project-nomad/admin/inertia/pages
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
..
docs feat(docs): polish docs rendering with desert-themed components 2026-02-06 14:41:30 -08:00
easy-setup feat(AI): enable remote AI chat host 2026-04-03 14:26:50 -07:00
errors feat: initial commit 2025-06-29 15:51:08 -07:00
settings feat(AI): improved AMD GPU acceleration for Ollama via ROCm + HSA override (#804) 2026-04-28 21:53:56 -07:00
about.tsx feat: initial commit 2025-06-29 15:51:08 -07:00
chat.tsx feat(AI Assistant): custom name option for AI Assistant 2026-03-04 20:05:14 -08:00
home.tsx fix: cache docker list requests, aiAssistantName fetching, and ensure inertia used properly 2026-04-03 14:26:50 -07:00
maps.tsx Added a temporary marker when the user flies to a location. It will disappear when the add map marker button is clicked. 2026-04-30 03:21:40 -04:00