Multiple entry selection
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".
Yeah, that's a feature ownCloud has too, and I quite like it. It shows a checkbox on hover over the icon.
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.
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.
Looking good. I'll make sure to add something like that.
I came to like this style of checkboxes, with the flipping effect and all that :) :

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.
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.
@ZombieHippie Not sure if you checked out Google Drive recently, but I like they way they mimic a file selection rectangle from Windows.
Selection like this would be specific to desktop I assume.
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.
Hi silverwind, any news about implementing this feature? thanks!
Not forgotten, just haven't found time to do it yet.
+1