mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #996] [Feature]: File Manager folder tree collapsed by default on load #696
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#696
Loading…
Add table
Add a link
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?
Originally created by @AshieTashi on GitHub (Apr 16, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/996
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
When opening the File Manager, all folders in the folder tree are fully expanded by default. With a large library of nested folders this means the entire tree is sprawled out and you have to manually collapse everything to get an overview or find what you're looking for.
Proposed Solution
Add an option (either a persistent toggle or a settings preference) to have the folder tree start collapsed by default when the File Manager loads — only showing top-level folders. Ideally the collapsed/expanded state would be persisted in localStorage so it remembers your preference between sessions.
As a workaround I'm currently using a Tampermonkey userscript to click all the expanded chevrons on load, which works but a native solution would be much cleaner.
Alternatives Considered
No response
Feature Category
File Manager
Priority
Nice to have
Mockups or Examples
No response
Contribution
Checklist
@maziggy commented on GitHub (Apr 19, 2026):
Available/Fixed in branch dev and available with the next release or daily build.
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!