Add the capability to multi-select from within the Viewer using UI or keyboard shortcuts.#1506
Conversation
|
There's some more QoL keyboard shortcut things I'd like to add to this (e.g. having the delete shortcut delete your current selection, not just current photo) but I'll wait for feedback on this PR first. |
|
Seems good to me in general. A couple things that'll need to change
|
Sure i can implement #1, I was originally going to not use globals but followed your lead with the rest of the codebase.
personally I'd rather have #1 if we have to hide the UI by default. The UX for #2 and #3 aren't great. I wanted to go ahead and make other actions compatible with multi-select, if you're fine with that existing I'm happy to implement it (e.g. delete, share, etc would all operate on your multi-selected photos if you have an active multi-select). |
|
@pulsejet any movement on this? I'm happily using my own fork for now, so not really in a rush. |
A feature I find essential in photo management software is the ability to quickly flick through a large set of photos and 'audit' them before I add them to my library permanently.
The common workflow in tools like Lightroom is to use keyboard shortcuts while fullscreened to multi-select a group that you can then do whatever you like with (e.g. delete).
I found this cumbersome in Memories, so added the functionality.
Viewerthat indicates current selection status.' '(space bar) or click to select/de-select current image.It's my first time contributing to this repo, so please let me know:
selectedfragment handling).