Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Multiple entry selection #136

Open
colelawrence opened this issue Mar 29, 2014 · 13 comments
Open

Multiple entry selection #136

colelawrence opened this issue Mar 29, 2014 · 13 comments

Comments

@colelawrence
Copy link
Collaborator

Selecting multiple entries at a time and then having functions to perform on all entries would be quite useful.

In GMail, you can tap the sender's photo on each entry to highlight it, so I figure that each of our extension svgs can double as "checkboxes".

@colelawrence colelawrence changed the title Entry selection Multiple entry selection Mar 29, 2014
@silverwind
Copy link
Owner

Yeah, that's a feature ownCloud has too, and I quite like it. It shows a checkbox on hover over the icon.

@silverwind
Copy link
Owner

For easy multi-selection we should make sure to add Shift + Click on a checkbox to select all elements between the last clicked checkbox and the current one.

@colelawrence
Copy link
Collaborator Author

image
Google Drive uses a border-left to describe which entry the cursor is selected on and arrow keys up/down to move cursor, this combined with the spacebar for check-boxing is an approach worth consideration.

@silverwind
Copy link
Owner

Looking good. I'll make sure to add something like that.

@colelawrence colelawrence mentioned this issue Nov 21, 2014
4 tasks
@silverwind
Copy link
Owner

I came to like this style of checkboxes, with the flipping effect and all that :) :

screenshot_2014-11-22-00-10-15

@colelawrence
Copy link
Collaborator Author

I agree with this design. If we had more padding, I don't think we would
even need to have a button to start selections. We could implement it the
same way GMail does.

On Fri, Nov 21, 2014 at 5:12 PM, silverwind notifications@github.com
wrote:

I came to like this style of chechboxes:

[image: screenshot_2014-11-22-00-10-15]
https://cloud.githubusercontent.com/assets/115237/5151276/16e1610e-71dc-11e4-9d51-20fef9945797.png


Reply to this email directly or view it on GitHub
#136 (comment).

@silverwind
Copy link
Owner

Reminds me I still have to check out the UX in the Gmail Web app, as I never use it (IMAP only).

Keyboard navigation is a must, of course. I'll have to think about something on how to code the shortcuts flexible, as arrow keys/spacebar are mapped differently in image fullscreen mode, for example.

@silverwind
Copy link
Owner

@zombiehippie Not sure if you checked out Google Drive recently, but I like they way they mimic a file selection rectangle from Windows.

@colelawrence
Copy link
Collaborator Author

Selection like this would be specific to desktop I assume.

@silverwind
Copy link
Owner

I could see it working on mobile too, but it'd probably hard to get right with the touch events.

I just checked out GDrive on my phone and was pretty disappointed that they don't even offer an HTML5 interface, and their native App doesn't have the notion of selection. I'd have expected better from Google.

@amenolo
Copy link

amenolo commented Jul 7, 2017

Hi silverwind,
any news about implementing this feature? thanks!

@silverwind
Copy link
Owner

Not forgotten, just haven't found time to do it yet.

@mhdev90
Copy link

mhdev90 commented Jun 6, 2018

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants