brewlog/src/application
Jon Seager 3e0c2ae771
feat(ui): add theme-aware SVG favicon that follows light/dark mode
- Create light (orange-700) and dark (orange-600) coffee cup SVG favicons
- Add explicit routes for both SVG variants
- Set correct favicon on initial load before body renders
- Swap favicon href on manual theme toggle
- Listen for OS prefers-color-scheme changes when no manual override set
2026-02-06 16:44:00 +00:00
..
routes feat(ui): add theme-aware SVG favicon that follows light/dark mode 2026-02-06 16:44:00 +00:00
services refactor(timeline): extract event creation into service layer 2026-02-06 10:42:52 +00:00
auth.rs refactor: update AppState imports to use state module 2026-02-06 13:48:09 +00:00
errors.rs feat(brews): add application routes and server integration 2026-02-02 19:30:45 +00:00
mod.rs refactor(server): extract AppState into dedicated state module 2026-02-06 13:47:59 +00:00
server.rs refactor(server): extract AppState into dedicated state module 2026-02-06 13:47:59 +00:00
state.rs refactor(server): extract AppState into dedicated state module 2026-02-06 13:47:59 +00:00