diff --git a/frontend/src/helperComponents/Anime.svelte b/frontend/src/helperComponents/Anime.svelte index a530946..121fdd6 100644 --- a/frontend/src/helperComponents/Anime.svelte +++ b/frontend/src/helperComponents/Anime.svelte @@ -1,129 +1,269 @@
- {console.log(startingAnilistStatusOption)} -

- {title} -

-
-
- {title} Cover Image - -
+ {console.log(startingAnilistStatusOption)} +

+ {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}

+