navi/src/components
Matt 37a5eb5b1b feat(map): two-click selection model with precise center dot
Replaces 'every click selects something' with a deliberate two-click
flow:
- First click drops marker (existing circle plus new precise center dot)
  and opens place panel
- Second click INSIDE the marker circle opens the radial menu
- Second click OUTSIDE the circle deselects without selecting the new
  spot — requires another click to select

The 4px filled center dot at exact click coordinates gives precise
visual feedback for GPS-coord readout. The existing circle's radius
defines the same-spot tolerance, visually showing the radial-trigger
hit area.

Right-click radial unchanged. Search-dropdown selection drops a marker
for consistency.
2026-04-26 07:17:33 +00:00
..
ContactList.jsx Add contacts/phone book UI with search integration 2026-04-22 05:30:19 +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
LayerControl.jsx.bak style(radial): match Navi color palette in light and dark themes 2026-04-26 06:17:48 +00:00
LayerControl.jsx.bak.contour-test 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 feat(map): two-click selection model with precise center dot 2026-04-26 07:17:33 +00:00
MapView.jsx.bak style(radial): match Navi color palette in light and dark themes 2026-04-26 06:17:48 +00:00
MapView.jsx.bak.5wedge style(radial): gray out auth-required wedges instead of lock icon 2026-04-26 07:01:21 +00:00
MapView.jsx.bak.contour-test style(radial): match Navi color palette in light and dark themes 2026-04-26 06:17:48 +00:00
MapView.jsx.bak.radial style(radial): match Navi color palette in light and dark themes 2026-04-26 06:17:48 +00:00
MapView.jsx.bak.viewport style(radial): match Navi color palette in light and dark themes 2026-04-26 06:17:48 +00:00
MapView.jsx.bak.zoom style(radial): match Navi color palette in light and dark themes 2026-04-26 06:17:48 +00:00
ModeSelector.jsx fix: mobile UX — GPS permission flow, traffic toggle, overflow 2026-04-22 03:27:21 +00:00
Panel.jsx Add contacts/phone book UI with search integration 2026-04-22 05:30:19 +00:00
PlaceDetail.jsx Add public land classification to PlaceDetail 2026-04-22 15:36:44 +00:00
RadialMenu.jsx style(radial): suppress hover highlight on auth-required wedges 2026-04-26 07:04:02 +00:00
RadialMenu.jsx.bak.5wedge style(radial): gray out auth-required wedges instead of lock icon 2026-04-26 07:01:21 +00:00
SearchBar.jsx feat(map): two-click selection model with precise center dot 2026-04-26 07:17:33 +00:00
SearchBar.jsx.bak.viewport style(radial): match Navi color palette in light and dark themes 2026-04-26 06:17:48 +00:00
StopItem.jsx fix: mobile UX — GPS permission flow, traffic toggle, overflow 2026-04-22 03:27:21 +00:00
StopList.jsx feat(navi): GPS origin + place detail panel + basic actions 2026-04-20 20:59:18 +00:00