-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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] Show "More" button for every file list item #2885
Comments
Thanks for creating the issue!! This is an improvement we want to develop as part of #2742. There are still some issues required before, but this is in our backlog for sure. |
To do:
|
This is how the menu for the 3-dot button in each row looks like when pressing:
As you may notice, the options "Select all" and "Select inverse" don't appear here, they'll be available just for multi selection, like they are now. The rest of options do appear here, but don't have any kind of order, I just placed "Remove" in the last place because it's the most painful option and thus it should appear the last one. Any suggestions for this design? Which order do you suggest? Maybe we can keep the same order than we have in the 3-dot menu when long-pressing a file, or if we want to perform changes in the order of the options of that menu the moment is now? The current order is: (Share and Synchronize options appear as buttons in the toolbar for quicker access) @michaelstingl @tbsbdr @jesmrec @manuelplazaspalacio @Aitorbp feedback is welcome 😀 |
BTW, the shared icons have been improved here as well, taking advantage that we had to move them to include the 3-dot icon:
|
About the order in which the options are set: does it follow any rule @JuancaG05 ? f. ex, IMO |
In case of the app providers, you are using an specific icon for any of them. Were there any problem to add the one from the app provider endpoint? or is it something to do in another moment? |
Align with ownCloud web or iOS app? |
For the same item:
So, my proposal (open to critics): Share, Open in , Open with, Download/Sync, Rename, Move, Copy, Send, Set/Unset as av. offline, Details, Remove I'd rather the destructive option at the bottom (difference to oCIS), the options to handle the item on the top, and the others in the middle More ideas welcome. |
About the app providers icon, that's something to do at the moment, currently we are not retrieving the icons from the server, so I set a default icon for every "Open in web" option. About the order of the options, as soon as you decide which order you prefer (maybe aligning it with oCIS web is not the most suitable here) I will apply the changes @jesmrec |
I once compared the ranking of context-menu items within other solutions for web and tried to find a median. what you currently see in web is the outcome of that research. but i think the order needs improvement, any suggestions @JuancaG05 @jesmrec ? |
Conclusions:
So, my proposal is the same i did before: Share would it be OK @tbsbdr? we can iterate if more feedback comes to us. |
At the moment if I want to run an action on a file item like Delete, Copy, Move, ... I have to select the item before.
Describe the solution you'd like
It would be cool to have the "…" button on every file list item, like in the iOS app, which no longer needs to select the item, before running an action on it.
TASKS
The text was updated successfully, but these errors were encountered: