navi/src/components
Matt 6bf8717803 fix: route polyline on first route — use idle event instead of load
The load event only fires once during map init. When route state
changes before style is fully loaded, the once(load) handler
never executes because load already fired. idle fires after every
render cycle, ensuring the route draws once the style is ready.
2026-04-27 05:01:39 +00:00
..
ContactList.jsx fix: route polyline visibility + login URL 2026-04-27 03:51:34 +00:00
ContactModal.jsx Add contacts/phone book UI with search integration 2026-04-22 05:30:19 +00:00
GpsOriginItem.jsx feat(navi): GPS origin + place detail panel + basic actions 2026-04-20 20:59:18 +00:00
LayerControl.jsx style(radial): match Navi color palette in light and dark themes 2026-04-26 06:17:48 +00:00
LocateButton.jsx fix: mobile UX — GPS permission flow, traffic toggle, overflow 2026-04-22 03:27:21 +00:00
ManeuverList.jsx feat(navi): GPS origin + place detail panel + basic actions 2026-04-20 20:59:18 +00:00
MapView.jsx fix: route polyline on first route — use idle event instead of load 2026-04-27 05:01:39 +00:00
ModeSelector.jsx fix: mobile UX — GPS permission flow, traffic toggle, overflow 2026-04-22 03:27:21 +00:00
Panel.jsx fix: use direct Authentik invalidation flow for logout 2026-04-27 03:55:48 +00:00
PlaceCard.jsx fix: route polyline visibility + login URL 2026-04-27 03:51:34 +00:00
PlaceDetail.jsx fix: route polyline visibility + login URL 2026-04-27 03:51:34 +00:00
RadialMenu.jsx fix: resolve 5 confirmed bugs from code review 2026-04-27 02:50:46 +00:00
SearchBar.jsx fix: search geocode now includes viewport bias in API requests 2026-04-26 23:38:31 +00:00
StopItem.jsx fix: mobile UX — GPS permission flow, traffic toggle, overflow 2026-04-22 03:27:21 +00:00
StopList.jsx fix: show pendingDestination as visible card when Get Directions clicked 2026-04-27 00:34:27 +00:00