From 4c753579dd3b664cf1edfcb0372c5504d1131a02 Mon Sep 17 00:00:00 2001 From: Nico Date: Thu, 4 Jun 2026 20:54:53 -0700 Subject: [PATCH] fix: stabilize map toolbar controls --- .../maps/LocationMapBottomSheetSections.jsx | 6 ++- .../components/maps/LocationMapToolbar.jsx | 10 ++--- .../src/styles/pages/LocationMapManager.css | 43 ++++++++++++++---- frontend/tests/location-map-manager.spec.ts | 45 +++++++++---------- 4 files changed, 64 insertions(+), 40 deletions(-) diff --git a/frontend/src/components/maps/LocationMapBottomSheetSections.jsx b/frontend/src/components/maps/LocationMapBottomSheetSections.jsx index 19b3ee5..7251555 100644 --- a/frontend/src/components/maps/LocationMapBottomSheetSections.jsx +++ b/frontend/src/components/maps/LocationMapBottomSheetSections.jsx @@ -87,7 +87,11 @@ export function LocationMapLayerPanel({ filters, setFilters }) { setFilters((current) => ({ ...current, [key]: !current[key] })) } > - {label} +