navi/src
Matt b381d8d97f feat(map): add hover and click highlight for interactive features
- Add visual hover feedback on map labels (cities, POIs, regions)
  using MapLibre feature-state paint property expressions
- Hover: cursor pointer + brighter text + subtle halo glow
- Click highlight: accent color text + accent glow halo
- Highlight persists until place card closed or different feature clicked
- Remove DOM overlay marker for feature mode (use native paint instead)
- Consolidate interactive layers into INTERACTIVE_LAYERS constant
- Re-apply styles on theme change

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-04-29 21:46:35 +00:00
..
components feat(map): add hover and click highlight for interactive features 2026-04-29 21:46:35 +00:00
hooks feat(map): add radial context menu with reverse-geocode action 2026-04-26 05:42:48 +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 config: disable 10ft contour test layer in fallback 2026-04-27 02:50:53 +00:00
index.css Fix button wrapping and add scale bar control 2026-04-28 22:06:35 +00:00
main.jsx feat(navi): config-driven tile source, defaults, and feature flags 2026-04-20 23:36:02 +00:00
store.js feat: geocode search + map pick for contact location 2026-04-28 23:05:28 +00:00