fix: make timeline background transparent

This commit is contained in:
2026-06-10 20:29:57 +02:00
parent 465aba4e47
commit c465cc9334
2 changed files with 24 additions and 22 deletions

View File

@@ -33,6 +33,7 @@ This repository is a browser-first photo mapping prototype.
- Keep the timeline zoomable and tied to the selected date range.
- Keep the code style consistent with the existing TypeScript/DOM approach.
- Keep your output during editing as short as possible.
- Keep interim chat updates short and to the point when the work is straightforward.
## UI Rules
@@ -44,6 +45,7 @@ This repository is a browser-first photo mapping prototype.
## Change Process
- Make small, focused changes.
- Commit every git change set before finishing a task.
- Use conventional commit messages.
- Verify the result with `git diff --check` when possible.
- Update the README only when the user-facing setup or features change.