Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(BetterFolders): add folder nesting & multi-column mode. #2960

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

wagyourtail
Copy link

@wagyourtail wagyourtail commented Oct 19, 2024

I have implemented 2 new modes for better folders.
the first simply makes each folder open in its own column (obviously this one won't do anything if closeOthers is enabled):
image
this was merely created as a stepping stone to implementing the other mode, but I realize some people may want it

and the nested mode actually implements a tree-like structure:
image

for the nest mode, folders are simply parsed by name and split on /, so on an unmodified client, the folders would simply be displayed next to eachother.
there is currently a limitation that a parent-folder has to exist for the nest to actually nest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant