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

Implement a back stack for file browsing #422

Open
florensie opened this issue Oct 10, 2019 · 0 comments
Open

Implement a back stack for file browsing #422

florensie opened this issue Oct 10, 2019 · 0 comments

Comments

@florensie
Copy link

florensie commented Oct 10, 2019

Implement a back stack for file browsing

Feature description

When doing any sort of file browsing goldleaf should keep track of which directories the user has been in and in what order. This way if the user goes through a shortcut (if/when implemented #368) or starts from a path added with Quark the user doesn't go up a directory but back from where they came.

Benefits

This is how any modern file manager does it. Additionally, an up button (or .. directory) could be added for when going up a directory is actually desired (i.e. as with Windows Explorer). It's quite frustrating to have to press back a lot of times to go back to the main install menu when you opened a Quark path.

Additional information

Each time a directory is opened the path to it gets added to the to of the stack. When the user presses back the back button the top entry gets popped from the stack and navigated to. The up button would count as adding to the stack.

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

No branches or pull requests

1 participant