Live snapshot strip on home page #116
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/116/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Shows the most recent snapshot from each configured camera in a responsive strip above the calendars on
/days. Auto-refreshes every 30 seconds via htmx polling. 2 cameras fill the screen width, max 3 per row. Cameras without snapshots show a placeholder.Changes:
latest_snapshot_per_camerareturns the most recent snapshot per cameraGET /live/snapshots/{camera}/imgserves the latest snapshot JPEGGET /live-snapshotsreturns an htmx-swappable HTML fragmentauto-fillfor responsive layoutCloses #115