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 Request] Keep position of files and folders list when going back to parent folder #53

Open
shai8I opened this issue Sep 26, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@shai8I
Copy link

shai8I commented Sep 26, 2023

Description

Currently, the files and folders list resets to the top position when the user goes back to the parent folder (via the "<-" button or the Back button).

Rationale

The behaviour of keeping the position of the list is consistent with other user and system apps.

It also allows users who are looking through a list of folders to open folders without needing to scroll back to where they were previously.

Implementations considered

Some file managers keep the position by putting the folder the user last tapped on at the top of the list. This might be convenient as the previous folder is always in the same place.

However, if the list of folders is not long enough for the previous folder to be at the top of the list, then the position of the previous folder would not be consistent (unless some space is appended at the bottom of the list (e.g. like when you do page down in GNU nano).

A more standard way would be to keep the position of the list. Users usually remember the position they last tapped on when entering a folder, so it would feel intuitive to continue looking from that spot when they return to the parent folder.

@shai8I shai8I added the enhancement New feature or request label Sep 26, 2023
@Cwpute
Copy link

Cwpute commented Oct 9, 2023

However, if the list of folders is not long enough for the previous folder to be at the top of the list, then the position of the previous folder would not be consistent

In that case the parent folder could instead be highlighted, with a contour line for example, or a different color. But that could create some confusion with the selection color.

EDIT: instead of being continuously selected as i previously suggested, it could slowly flash for a second or two to indicate to the user where they came from.

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

No branches or pull requests

2 participants