mirror of
https://github.com/serrebidev/BlindRSS.git
synced 2026-08-13 10:59:27 -07:00
Move “Show Only Unread” option from the channel/category context menu to the main menu #39
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
serrebi/BlindRSS#39
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It is required to address the current ambiguity regarding the scope of the “Show Only Unread” filtering action. Currently, the option is located in the context menu for channels and categories, but it applies globally to all channels rather than to the selected item. This placement creates a misleading impression that the filter will be applied only to the specific channel or category for which the context menu was opened.
It is proposed to remove the “Show Only Unread” item from the channel/category context menus and add it to the main “View” menu.
Expected behavior
Fixed in v1.77.4, exactly as proposed:
View → Show Only Unread), reflecting its global effect.Thanks for the suggestion!