From 43a054ac92384b3b3fae3ac7d5812402d4263536 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sun, 11 Aug 2024 21:13:22 -0400 Subject: [PATCH] added pagination --- frontend/src/App.svelte | 116 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 106 insertions(+), 10 deletions(-) diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index e3ea23e..06e3003 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -1,15 +1,15 @@
@@ -80,6 +87,51 @@

Your WatchList

+
+ +
+ +
{#each aniListWatchListLoaded.data.Page.mediaList as media}
@@ -91,13 +143,13 @@ media.media.title.english }/> - +

{media.progress} @@ -111,6 +163,50 @@

{/each}
+ +
+ +
{/if}