From 5a9f4391dc1e4d0f9c8721741308d422f8819715 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Mon, 3 Mar 2025 19:53:18 -0500 Subject: [PATCH] changed flowbite button to standard button --- frontend/src/helperComponents/Anime.svelte | 1454 ++++++++++---------- 1 file changed, 710 insertions(+), 744 deletions(-) diff --git a/frontend/src/helperComponents/Anime.svelte b/frontend/src/helperComponents/Anime.svelte index 395d8c0..3156a6e 100644 --- a/frontend/src/helperComponents/Anime.svelte +++ b/frontend/src/helperComponents/Anime.svelte @@ -1,131 +1,270 @@
-

- {title} -

-
-
- {title} Cover Image - -
+

+ {title} +

+
+
+ {title} Cover Image + +
-
-
+
+
+ +
+ - + + + + - -
-
- / {currentAniListAnime.data.MediaList.media - .nextAiringEpisode.episode !== 0 - ? currentAniListAnime.data.MediaList.media - .nextAiringEpisode.episode - 1 - : currentAniListAnime.data.MediaList.media.episodes} -
- {#if currentAniListAnime.data.MediaList.media.nextAiringEpisode.episode !== 0} -
- of {currentAniListAnime.data.MediaList.media - .episodes} -
- {/if} -
-
- - - {#each statusOptions as option} - - {/each} - -
- -
-
-
- - -
-
- - -
-
- - -
-
-
-
- - -
-
+ bind:value={startingAnilistStatusOption} + > + {#each statusOptions as option} + + {/each} +
+
+
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + +
+
-
-
+
+
+ + -
+ on:click={async () => { + await CheckIfAniListLoggedInAndLoadWatchList(); + return push("/"); + }} + > + Go Home +
- +
+ -
-
+
+
-
+ + + Delete Entries + +
+
+ + -
+ on:click={async () => { + await CheckIfAniListLoggedInAndLoadWatchList(); + return push("/"); + }} + > + Go Home +
+
-
-

Summary

-

{@html currentAniListAnime.data.MediaList.media.description}

-
+
+

Summary

+

{@html currentAniListAnime.data.MediaList.media.description}

+