mirror of
https://github.com/serrebidev/BlindRSS.git
synced 2026-08-13 10:59:27 -07:00
Add a setting to control the default collapse/expand state of feed categories #30
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#30
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?
BlindRSS currently expands all categories and subcategories by default when the application starts. While this can be helpful for users with a small number of feeds, it becomes cumbersome for users who organize their feeds into many nested categories.
When the tree view is fully expanded, users with a large number of feeds and deep category hierarchies face the following issues:
Users should be able to choose the initial state of the category tree based on their personal workflow and the size of their feed collection.
Desired behavior
Provide a user-configurable option to define the default expansion state of the feed category tree. The setting should allow users to choose between:
The selected preference should be persisted across sessions and applied whenever BlindRSS is launched.
Proposed solution
Add a new setting in BlindRSS preferences: “Default state of the feed category tree” (or similar wording).
The setting should:
Acceptance criteria
Implemented in v1.71.0.
Keyboard navigation and accessibility are preserved for the new setting and the tree.
Thanks! The issue is resolved and I’m closing it now.