Commit Graph

3 Commits

Author SHA1 Message Date
Jeff Emmett 92c931d7da feat: Lightbox image viewer on batch page with arrow key navigation
Clicking an image thumbnail opens a full-size overlay instead of
navigating away. Left/right arrows and on-screen buttons cycle
through images. Click backdrop or press Escape to close. Includes
filename and download link in the lightbox footer.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 16:14:34 -04:00
Jeff Emmett 573e7d0d80 feat: Thumbnail grid for batch page with Download All as zip
Batch page now shows files as a thumbnail grid (images render as
cover-fit thumbnails, other types show icons). Added /b/{id}/dl
endpoint that streams all batch files as a zip archive.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 16:04:40 -04:00
Jeff Emmett d8ff9154a1 feat: Batch uploads with shared /b/{id} link to view all files
Multi-file uploads now generate a batch ID, grouping files together.
A single batch URL (e.g. /b/Ab3xKz9q) shows all files with previews
and download links. Schema migrates automatically for existing DBs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 15:41:43 -04:00