droppy icon indicating copy to clipboard operation
droppy copied to clipboard

Multiple entry selection

Open colelawrence opened this issue 11 years ago • 13 comments

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 avatar Mar 29 '14 20:03 colelawrence

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

silverwind avatar Mar 29 '14 20:03 silverwind

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.

silverwind avatar Mar 30 '14 07:03 silverwind

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.

colelawrence avatar Apr 17 '14 14:04 colelawrence

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

silverwind avatar Apr 17 '14 15:04 silverwind

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

screenshot_2014-11-22-00-10-15

silverwind avatar Nov 21 '14 23:11 silverwind

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 [email protected] 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 https://github.com/silverwind/droppy/issues/136#issuecomment-64052861.

colelawrence avatar Nov 21 '14 23:11 colelawrence

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 avatar Nov 21 '14 23:11 silverwind

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

silverwind avatar Jan 25 '15 15:01 silverwind

Selection like this would be specific to desktop I assume.

colelawrence avatar Jan 30 '15 16:01 colelawrence

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.

silverwind avatar Jan 30 '15 16:01 silverwind

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

walterzilla avatar Jul 07 '17 09:07 walterzilla

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

silverwind avatar Jul 07 '17 13:07 silverwind

+1

mhdev90 avatar Jun 06 '18 13:06 mhdev90