codyswanner / Meme-Cataloger

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

Thumbnail previews #96

Closed codyswanner closed 1 month ago

codyswanner commented 1 month ago

Currently, images are shown in columns of 1/4 the width of the MainContentArea -- this size is not ideal, as it is too large to see many photos at once, but too small to effectively interact with photo options (especially on mobile). A better system would be to have thumbnail previews of the image that are large enough to get an idea of what the image is for quick browsing, and when clicked/tapped the image expands to full screen and exposes image options like text description, tag assignment, archive, delete, download, viewing metadata, etc.

This is a significant UI redesign that will require a serious rework of the existing component structure.

codyswanner commented 1 month ago

103 addresses this change