diff --git a/src/App.svelte b/src/App.svelte index 8965441..7975618 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -273,16 +273,16 @@ {:else} -
-
+
+
-
+
-
+
{#each categories as category}
-
+
{#if loading}
{:else} -
+
{#each mediaList as media} {/each} @@ -315,19 +315,19 @@
-
+
Showing {(currentPage - 1) * pageSize + 1} to {Math.min(currentPage * pageSize, totalItems)} of {totalItems} items
-
+