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

Remember view config on folder level #12161

Open
tobiasKaminsky opened this issue Oct 31, 2018 · 2 comments
Open

Remember view config on folder level #12161

tobiasKaminsky opened this issue Oct 31, 2018 · 2 comments
Labels
1. to develop Accepted and waiting to be taken care of enhancement feature: files

Comments

@tobiasKaminsky
Copy link
Member

tobiasKaminsky commented Oct 31, 2018

On Android we remember if a folder is set to grid or list view:

  • default is list (on server it would be grid)
  • on entering a folder it is checked if there is a setting for this folder (via fileId)
    • if yes: use it
    • if not: check for parent folder, until root (which is either set or default)

This way you can easily have

  • root: list
  • documents + any subfolder: list
  • auto upload + any subfolder: grid

Ref: #12031


From #15170

Is your feature request related to a problem? Please describe. Doesn't remember the sorted column per directory (only globally)

Describe the solution you'd like Remember the sorted column per directory

Describe alternatives you've considered None

Additional context n/a

@nextcloud-bot

This comment has been minimized.

@violoncelloCH
Copy link
Member

related to #15170

@skjnldsv skjnldsv added the 1. to develop Accepted and waiting to be taken care of label Jun 17, 2019
@szaimen szaimen added 1. to develop Accepted and waiting to be taken care of and removed 1. to develop Accepted and waiting to be taken care of labels May 26, 2021
@skjnldsv skjnldsv changed the title Remember grid decision on folder level Remember view config on folder level Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of enhancement feature: files
Projects
Status: Enhancements
Development

No branches or pull requests

5 participants