mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
The thumbnail strip expanded beyond the right pane because the flex section lacked min-w-0, causing a page-level horizontal scrollbar. Added min-w-0 to both mobile and desktop image area sections. For non-previewable formats (DDS, TIFF, EXR, PSD, RAW, etc.), show a file info card with format and size instead of passing the blob URL to an img tag that fails and shows an infinite "Loading preview..." spinner. Also changed the ImageViewer error state from a misleading spinner to a static "Preview not available" message.