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

[feature]: Clicking the Folders of the Default Location should Navigate you to the Location #225

Open
jwmann opened this issue Mar 22, 2024 · 1 comment
Labels
enhancement New feature or request feature-request

Comments

@jwmann
Copy link

jwmann commented Mar 22, 2024

Affected part

General UI, General Options/Settings, Quick menus (dropdown click), Local Downloads

Description

Right now, you have the option to set a Default Location, and this works great.
If you don't select a location it'll download to the default setting: e.g. (/Volume1/MyDirectory/MyDefaultLocation)

However, if you select a new Location. Clicking the Directory from the listed default location, should bring you to that location.
Right now it does nothing.

Screenshots or Mock up

jwm-2024-03-22@1619.mp4

Code example

No response

@jwmann jwmann added enhancement New feature or request feature-request labels Mar 22, 2024
@dvcol
Copy link
Owner

dvcol commented Apr 5, 2024

Yes, the current tree traversal is very rudimental (I got lazy on reworking leaf/branch navigation).

Resolving nested path from top or sibling requires a significant rework of the whole state system in the file explorer, It would be nice, but I don't know when I would have the time to look into it.

If someone is interested in working on it, the relevant code is here, but it's a bit of a spaghetti code.

IMO it should be fully re-written and use virtual scrolling like mentioned in this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature-request
Projects
None yet
Development

No branches or pull requests

2 participants