-
Notifications
You must be signed in to change notification settings - Fork 157
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
Files list needs to be sortable #1854
Comments
In the current design I was expecting to find it under the filter icon on the top right. |
This is the client side JS sorters from the old UI: https://github.com/owncloud/core/blob/master/apps/files/js/filelist.js#L3065 |
|
I think it would be nice to have as well some advanced sort options in the future e. g. "Shared items first" or "Favourite items first". |
Nice idea. We need to be careful to not overwhelm the user with too many options. We should think about the common use cases and provide a few sorting options for that. Last time I asked you where to put the sort options and we agreed on using a dropdown instead of clickable columns. This aligns with the idea of providing sort options that do not match specific columns. |
PR here: #3078 |
Description
User needs to be allowed to sort the files list. Either having clickable header rows which would sort it or have somewhere a sort by drop (maybe better since on mobile view we hide almost every header row)
The text was updated successfully, but these errors were encountered: