Add web UI#10
Merged
Merged
Conversation
2495b8f to
302c185
Compare
Full rewrite of the sync layer into a web app. Same Viofo dashcam protocol; new affordances: - Archive browser with day grouping, journey detection, and on-demand thumbnails. Reverse-geocoded place names on each journey card. - Leaflet maps per journey with GPS polylines extracted from the MP4 metadata (Novatek atom parser). - Exports: join-front, join-rear, and picture-in-picture renders via ffmpeg, with hardware encoder probing (videotoolbox / nvenc / qsv / vaapi) and software fallback. Configurable PIP position. - Download manager with live progress, reorderable queue, recent-hours shortcut, and reachability badge. - JSON-backed runtime settings page (sync interval, dashcam IP, geocoding, encoder, retention, RO-only sync, password). - First-run setup wizard at /setup with bcrypt password hashing and a freshly generated session secret. - Retention: time-based sweep with RO protection plus disk-pressure sweep with batched re-check. - Responsive layout (1024 / 720 / 480 breakpoints), accessibility pass (skip link, focus rings, ARIA, reduced-motion, hit-area floor, prefers-reduced-motion guard, sr-only utility), and an OKLCH cobalt palette with semantic tokens (--accent + alpha tiers, --on-accent, --err-text, --panel-3, --border-hover).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Full rewrite of the sync layer into a web app.