project-nomad/admin/inertia
Chris Sherwood c46a673812 Merge PR #813 (kennethbrewer3) - feat(maps): Several user experience improvements
Resolved 2 conflicts. PR #813 was based on dev (pre-#786/#802 merges) so it
re-introduced overlapping changes:

ScaleUnitToggle.tsx:
  - PR #813 used inline `cursor: 'pointer'`. Kept HEAD's `cursor-pointer`
    Tailwind class to match codebase convention. Functionally identical.

MapComponent.tsx:
  - Took PR #813's full file as the base (it includes #786 + #802 work
    plus #813's new MapCommand prop, getMapLocationParams URL helper,
    targetIndicator state, fly-to/marker command useEffect, handleMapLoad).
  - Preserved one HEAD-only addition: `.maplibregl-popup` selector inclusion
    in both `target?.closest()` calls (handleMouseMove + onMouseMoveCapture).
    PR #813 takes a different approach (passing `onMouseEnter={hideCoordinates}`
    as a prop to ViewMapMarkerPopup and MapMarkerFormPopup), but adding the
    popup selector is belt-and-suspenders coverage and harmless.
2026-04-30 14:51:29 -07:00
..
app fix(ui): reduce SSE reconnect churn and polling overhead on navigation 2026-03-20 11:46:10 -07:00
components Merge PR #813 (kennethbrewer3) - feat(maps): Several user experience improvements 2026-04-30 14:51:29 -07:00
context feat: container controls & convienience scripts 2025-08-08 15:07:32 -07:00
css Addressed PR comments about the textarea auto growing, the in flight notes changes asking for confirmation, and updated the hue sort to sort by lightness and then hue so that grayscale values will not collide with red 2026-04-29 02:13:43 -04:00
hooks Initial commit for being able to add notes on map markers and display them 2026-04-26 23:08:55 -04:00
layouts fix: cache docker list requests, aiAssistantName fetching, and ensure inertia used properly 2026-04-03 14:26:50 -07:00
lib Merge PR #802 (kennethbrewer3) - feat(maps): add details on marker 2026-04-30 14:48:13 -07:00
pages Merge PR #813 (kennethbrewer3) - feat(maps): Several user experience improvements 2026-04-30 14:51:29 -07:00
providers feat(UI): add Night Ops dark mode with theme toggle 2026-03-20 11:46:10 -07:00
tsconfig.json fix(Docs): documentation renderer fixes 2025-12-23 16:00:33 -08:00