navi/src
Matt 7ec87f0945 feat(themes): add Clean theme — Google Maps-inspired style
Add a plain, utilitarian theme focused on readability and wayfinding:
- White/light gray land (#f5f5f5), soft pastel green parks (#c3ecb2)
- Gentle blue water (#aadaff) with classic road hierarchy
- White minor roads, yellow primary (#fbc02d), orange motorway (#f9a825)
- Pure white UI panels with Google-standard gray text
- All 73 protomaps flavor keys + pois + landcover objects
- Full UI CSS custom properties using Google color palette
- Overlay config for hillshade, contours, public lands, trails

Update theme switcher to cycle through all available themes.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-05-01 16:27:08 +00:00
..
components feat(themes): add Clean theme — Google Maps-inspired style 2026-05-01 16:27:08 +00:00
hooks feat(themes): consolidate UI CSS properties into theme registry 2026-05-01 16:17:26 +00:00
themes feat(themes): add Clean theme — Google Maps-inspired style 2026-05-01 16:27:08 +00:00
utils style(radial): match Navi color palette in light and dark themes 2026-04-26 06:17:48 +00:00
api.js fix: final cleanup — disable radial menu, document auth pattern 2026-04-27 04:11:34 +00:00
App.jsx feat: add auth-state awareness and graceful degradation 2026-04-27 01:32:00 +00:00
config.js Add BLM roads/trails layer 2026-04-30 20:40:44 +00:00
index.css feat(themes): consolidate UI CSS properties into theme registry 2026-05-01 16:17:26 +00:00
main.jsx feat(navi): config-driven tile source, defaults, and feature flags 2026-04-20 23:36:02 +00:00
store.js fix(map): call updateBoundary directly, remove useEffect 2026-04-29 23:23:11 +00:00