1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-21 18:11:09 +00:00
miniflux-v2/internal/template/templates
Sangeeth Sudheer e40446ad3c fix(ui): Redirect correctly post feed removal from category feeds list
Currently, removing a feed from `/category/{id}/feeds` redirects incorrectly to `/feeds`. This change fixes it so that
removing a feed will now correctly redirect to `/category/{id}/feeds`. Removing a feed from `/feeds` is unaffected and
will work as it does currently.

To fix this, a new UI endpoint `/category/{categoryID}/feed/{feedID}/remove` is added and a corresponding handler method
to validate and perform the removal from DB.
2025-01-27 17:43:54 -08:00
..
common fix(ui): Redirect correctly post feed removal from category feeds list 2025-01-27 17:43:54 -08:00
standalone Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
views fix(ui): Redirect correctly post feed removal from category feeds list 2025-01-27 17:43:54 -08:00