Files
espresso_frame/server/app/templates
tfaour de41b00210
Build and push server image / build-and-push (push) Successful in 32s
Web UI: grid layout, drag-and-drop reorder, and "show next" for upcoming photos
Replaces the up/down-button vertical list with a responsive photo grid
(native HTML5 drag-and-drop between cards, reusing the existing
POST /api/queue/reorder endpoint -- no new server route needed). Each
card also gets a "Show next" button that jumps it straight to the front
of the queue.

Also bumps the queue lookahead from 10 to 24 photos (QUEUE_TARGET_LEN in
photo_queue.py) now that the grid has room to show more at once.
2026-07-19 00:57:13 -04:00
..