From b7b7f9d26da9056c04dac2642807666b3abf5b14 Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Wed, 6 Aug 2025 20:17:17 -0400 Subject: [PATCH] feat: integrate NewLocationModal across various components; update location handling and state management --- .../lib/components/NewLocationModal.svelte | 12 +++- .../locations/LocationDetails.svelte | 57 ++++++++++++------- .../src/routes/collections/[id]/+page.svelte | 35 +++++++++--- frontend/src/routes/locations/+page.svelte | 33 ++--------- .../src/routes/locations/[id]/+page.svelte | 8 +-- frontend/src/routes/map/+page.svelte | 27 +++++++-- 6 files changed, 107 insertions(+), 65 deletions(-) diff --git a/frontend/src/lib/components/NewLocationModal.svelte b/frontend/src/lib/components/NewLocationModal.svelte index e09f853..f83f4a9 100644 --- a/frontend/src/lib/components/NewLocationModal.svelte +++ b/frontend/src/lib/components/NewLocationModal.svelte @@ -1,13 +1,16 @@ -
+
@@ -454,7 +471,7 @@
-