From 286ecbfddd7c99c41078e46850e1ee914037e784 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Thu, 25 Jul 2024 09:18:08 -0400 Subject: [PATCH] created modal to show single anime status --- frontend/src/App.svelte | 131 +++++++++++-------------- frontend/src/ChangeDataDialogue.svelte | 32 ++++++ 2 files changed, 90 insertions(+), 73 deletions(-) diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index e11308f..225d387 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -1,28 +1,32 @@ +
+
- - + +
+ {#if aniListSearchActive} +
+

Your Search Results

+ +
+ {#each aniListSearch.data.Page.media as media} + + {/each} +
+
+ {/if} + {#if aniListLoggedIn}
You are logged in {aniListWatchlist.data.Page.mediaList[0].user.name}!
@@ -50,7 +90,7 @@ {/if} + + +
- - diff --git a/frontend/src/ChangeDataDialogue.svelte b/frontend/src/ChangeDataDialogue.svelte index e69de29..8f89ec8 100644 --- a/frontend/src/ChangeDataDialogue.svelte +++ b/frontend/src/ChangeDataDialogue.svelte @@ -0,0 +1,32 @@ + + +
+
+ + +
+ + +
+
+ +
+