Replace day-level snapshot slideshow with per-camera scrubber interface #119
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
The day-level snapshot view (
/days/{day}/snapshots) currently shows a simple prev/next carousel. With 100+ snapshots per day this becomes unwieldy — stepping through one image at a time makes it hard to browse the day's visual timeline.This issue tracks replacing that interface with a richer per-camera scrubber that includes:
The clip-level snapshot album (
/clips/{id}/snapshots) is unchanged.Design spec:
.superpowers/specs/2026-07-16-PI-snapshot-scrubber-design.mdImplementation plan:
.superpowers/plans/2026-07-16-PI-snapshot-scrubber.mdApproach: New
scrubber.htmltemplate replacessnapshots.htmlfor the day-level route only. The existing clip-level album keeps the old carousel template. Vanilla JS handles all client-side navigation (no framework). Snapshot metadata is inlined as JSON at page load.Branch:
feat/PI-snapshot-scrubberCommits: