From d89121a4de246b2f9cc6edd56a3ef2463703508e Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Thu, 25 Jul 2024 21:11:18 -0400 Subject: [PATCH] got search dropdown mostly finished From here I just want to polish up the looks and make it cleaner and bigger --- frontend/index.html | 1 + frontend/src/App.svelte | 47 ++++--------- frontend/src/Header.svelte | 8 +-- frontend/src/Search.svelte | 132 +++++++++---------------------------- 4 files changed, 46 insertions(+), 142 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 152c458..f1320c8 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -8,5 +8,6 @@
+ diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index 0dbc9b1..dd79459 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -1,5 +1,5 @@