From 0b771fc40566144dd68a7388e25c86f8ec86cf19 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 17 Sep 2025 13:39:15 -0700 Subject: [PATCH] enhance navigation with database submenu --- src/lib/components/Navigation.svelte | 218 ++++++++++++++++++++++----- 1 file changed, 180 insertions(+), 38 deletions(-) diff --git a/src/lib/components/Navigation.svelte b/src/lib/components/Navigation.svelte index 3f333d95..f12dee81 100644 --- a/src/lib/components/Navigation.svelte +++ b/src/lib/components/Navigation.svelte @@ -3,6 +3,7 @@