Commit Graph

2 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 ff62bbf5a9 feat: Batch-level password auth — unlock once for all files
Password-protected batch uploads now require a single password entry
at /b/{id}/auth. The batch cookie (auth_b_{id}) also grants access
to individual file pages (/f/{id}), so users don't re-enter password
per file.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 16:10:45 -04:00