1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-02 16:38:37 +00:00
miniflux-v2/internal/template/templates/common
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
..
enclosure_media_controls.html Fix Playback speed indicator on shared entries 2024-06-13 20:11:33 -07:00
entry_pagination.html Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
feed_list.html fix(ui): Redirect correctly post feed removal from category feeds list 2025-01-27 17:43:54 -08:00
feed_menu.html Replace link has button role with button tag 2024-02-09 17:09:30 -08:00
item_meta.html Replace link has button role with button tag 2024-02-09 17:09:30 -08:00
layout.html feat: add new settings option to allow external fonts 2024-10-05 21:21:12 -07:00
pagination.html Add navigation to last/first page 2024-06-28 20:19:38 -07:00
settings_menu.html add nav landmark to settings and feed menu 2024-02-04 10:47:30 -08:00