From 1a01c788f69e4364b9683b5547989ff294781d15 Mon Sep 17 00:00:00 2001 From: Nico Date: Thu, 4 Jun 2026 15:37:15 -0700 Subject: [PATCH] fix: compact map load error state --- .../src/components/maps/LocationMapStateViews.jsx | 11 ++++++++++- frontend/src/styles/pages/LocationMapManager.css | 3 +++ frontend/tests/location-map-manager.spec.ts | 5 ++++- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/maps/LocationMapStateViews.jsx b/frontend/src/components/maps/LocationMapStateViews.jsx index 38acb07..144635e 100644 --- a/frontend/src/components/maps/LocationMapStateViews.jsx +++ b/frontend/src/components/maps/LocationMapStateViews.jsx @@ -22,7 +22,16 @@ export function LocationMapLoadErrorState({ location, loadError, onBack, onRetry

Map Unavailable

-

{loadError}

+
+
+ Status + Load failed +
+
+ Detail + {loadError} +
+