From 17cc85d17750b9e802e3b5372e84d37e8309b93f Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Fri, 5 Dec 2025 13:52:15 -0500 Subject: [PATCH] feat: Refactor drawer for improved animations and update shadow styles across components --- src/app/layout.tsx | 13 +- src/app/page.tsx | 30 ++- src/components/Drawer.tsx | 303 +++++++++++++++-------------- src/components/LocateControl.tsx | 2 +- src/components/Map.tsx | 90 ++++++++- src/components/MapLoader.tsx | 5 +- src/components/MapStyleControl.tsx | 2 +- src/components/Navbar.tsx | 8 +- src/components/WelcomeModal.tsx | 2 +- src/components/ZoomControls.tsx | 6 +- 10 files changed, 279 insertions(+), 182 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9433ee7..f9a14bd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -31,11 +31,14 @@ export default function RootLayout({ return ( -