codyswanner / Meme-Cataloger

Learning ReactJS and Django while building something that I want to use
1 stars 1 forks source link

Image Selection #97

Open codyswanner opened 1 month ago

codyswanner commented 1 month ago

Images should be selectable; when a group of images are selected, expose options for editing tag assignments, archiving, deleting and downloading. When a single image is selected, expose these options as well as options to view metadata/details of the image.

This improvement compliments #96 and should be made after the thumbnail preview functionality mentioned in that issue is implemented.

codyswanner commented 1 month ago

This should be done after #115. Removing from UI Refresh milestone and project.

codyswanner commented 3 weeks ago

Prerequisites for this feature have been completed -- I'm imagining something very similar to what Google Photos does, where hovering an image reveals a checkbox for selecting, and long-press on touch screen simply selects the image. Either of these actions will trigger a selection mode that will allow further selections to be made, and reveal options for what to do with the selection. Pressing the escape key or clicking/tapping an X in the selection menu will disable selection mode and return to base state.