From f44a6a2dfdab8e11b43ced06e1d46f51db2d352f Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Sat, 20 Jul 2024 08:39:32 -0400 Subject: [PATCH] chore: Update Navbar component with search form --- frontend/src/lib/components/Navbar.svelte | 78 ++++++++++--------- .../src/lib/components/NewAdventure.svelte | 3 +- frontend/src/lib/config.ts | 4 +- frontend/src/routes/adventures/+page.svelte | 2 - frontend/src/routes/search/+page.svelte | 11 ++- 5 files changed, 53 insertions(+), 45 deletions(-) diff --git a/frontend/src/lib/components/Navbar.svelte b/frontend/src/lib/components/Navbar.svelte index aa0f64d..782935e 100644 --- a/frontend/src/lib/components/Navbar.svelte +++ b/frontend/src/lib/components/Navbar.svelte @@ -83,25 +83,6 @@
  • -
    - - -
    {/if} {#if !data.user} @@ -112,6 +93,26 @@ {/if} + +
    + + +
    -
    - - -
    {/if} {#if !data.user} @@ -163,6 +145,26 @@ {/if} + +
    + + +