mirror of
https://github.com/serrebidev/BlindRSS.git
synced 2026-08-13 10:59:27 -07:00
Move “Mark All Items as Read” option from the main menu to the channel/category context menu #40
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#40
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 “Mark All Items as Read” action. Currently, the option is located in the “File” menu and applies only to the selected channel. However, its placement in the general menu creates a misleading impression that the operation will be applied to all channels.
It is proposed to remove the “Mark All Items as Read” item from the “File” menu and add it to the context menu for channels and categories.
Expected behavior
Fixed in v1.77.4, implemented as you proposed:
Thanks for the suggestion!