From 7af14ad7f3c8789cf2940492db06b94bbcfc801e Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Tue, 30 Jul 2024 20:37:44 -0400 Subject: [PATCH] made it so we login and grab user watchlist on startup --- frontend/src/App.svelte | 125 ++++++++++++++++++++++++++++++---------- 1 file changed, 96 insertions(+), 29 deletions(-) diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index 5802623..c766ab1 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -1,13 +1,22 @@