project-nomad/admin/inertia
Chris Sherwood 1dd0badab8 feat(maps): persist map view across refresh
The maps page reset to the default US-wide view on every refresh because
initialViewState was hardcoded. Save the position and zoom to localStorage
on each move-end (key nomad:map-view, matching the existing scale-unit
pattern) and restore it at mount: saved view → default. The restore is
bounds-checked so a corrupt value falls through to the default.

Replaces #815, whose branch had drifted far out of scope (56 files of
stale-base/merged-commit noise plus unrelated map-feature WIP). This is
just the persist-view improvement, ported cleanly onto current dev. The
null-island and coordinate-search parts of #815 targeted URL-param code
that never landed on dev, so they don't apply here.
2026-06-08 10:48:57 -07:00
..
app fix(ui): reduce SSE reconnect churn and polling overhead on navigation 2026-03-20 11:46:10 -07:00
components feat(maps): persist map view across refresh 2026-06-08 10:48:57 -07:00
context feat: container controls & convienience scripts 2025-08-08 15:07:32 -07:00
css feat(maps): add scale bar and location markers (#636) 2026-04-03 14:26:50 -07:00
hooks feat(supply-depot): opt-in automatic updates for installed apps 2026-06-07 15:56:42 -07:00
layouts feat: supply depot 2026-06-06 11:08:52 -07:00
lib feat(supply-depot): opt-in automatic updates for installed apps 2026-06-07 15:56:42 -07:00
pages feat(supply-depot): opt-in automatic updates for installed apps 2026-06-07 15:56:42 -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