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

Multiselect actions #83

Open
Mikescops opened this issue Jan 2, 2020 · 8 comments
Open

Multiselect actions #83

Mikescops opened this issue Jan 2, 2020 · 8 comments
Labels
1. to develop Accepted and waiting to be taken care of enhancement New feature or request

Comments

@Mikescops
Copy link
Member

A user has to be able to apply a certain action (delete, add to album) by selecting a batch of photos from the timeline.

There a different ways to handle that, on of them is to display a check mark when hovering the thumbnail and a click on the icon leads the user to the select mode where he can click on thumbnails to add them to the selection and then apply an action to the files from the menu.

Here is a more visual example from Google Photos:
image

@Mikescops Mikescops added the 0. Needs triage Pending approval or rejection. This issue is pending approval. label Jan 2, 2020
@Mikescops Mikescops changed the title (Request) Implement album creation (Request) Implement photos selection from timeline Jan 2, 2020
@skjnldsv
Copy link
Member

skjnldsv commented Jan 2, 2020

cc @jancborchardt

@skjnldsv skjnldsv added the enhancement New feature or request label Jan 2, 2020
@jancborchardt jancborchardt changed the title (Request) Implement photos selection from timeline Multiselect actions Jan 7, 2020
@jancborchardt jancborchardt added 1. to develop Accepted and waiting to be taken care of and removed 0. Needs triage Pending approval or rejection. This issue is pending approval. labels Jan 7, 2020
@jancborchardt
Copy link
Member

Yep, multiselect and multiselect actions should absolutely be possible.

For the first step, what you describe above works:

display a check mark when hovering the thumbnail and a click on the icon leads the user to the select mode where he can click on thumbnails to add them to the selection and then apply an action to the files from the menu.

We then also need to have a way to enter the select mode when you work on a touchscreen. It could be in a 3-dot menu next to the "Share" icon next to the folder heading.

@jakobroehrl
Copy link
Contributor

@skjnldsv How hard is this to do? Maybe I could do it with a little help from you?

@skjnldsv
Copy link
Member

@jakobroehrl sure thing! I don't think it's that complicated to manage for the selection
But we're lacking a proper standard to register file actions. So we'd have no way of knowing what we're allowed to do with those files unless there is one list of actions hardcoded in the app.

It would be a nice first step anyway, but it will needs to be hardcoded and when the proper standard arrive, we'd be able to use it. Are you still up for the task? :)

@kanintesova
Copy link

I notice this is implemented in the mobile phone app, atleast on iOS. But no such thing on the desktop web browser.

@RikkiBC
Copy link

RikkiBC commented Nov 28, 2022

Having to redirect web users from Photos view to File view is a little frustrating for some users, especially those coming from Google Photos (as per the original post in here). Is there any update on this issue?
Not trying to be rude, just wondering.

@r01k
Copy link

r01k commented Mar 23, 2023

3 years later and the luxury to select multiple photos is not yet present.

@nextcloud nextcloud locked and limited conversation to collaborators Mar 23, 2023
@Mikescops
Copy link
Member Author

Locking the thread to contributors only as the latest comments are repeating the initial request.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
1. to develop Accepted and waiting to be taken care of enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

9 participants