From 4ae25847a2c13a703babb90443efe536250d8156 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 4 Jan 2024 17:51:15 -0800 Subject: refactor(tools): better cards --- src/lib/Tools/SequelSpy.svelte | 88 +++++++++++++++++++++--------------------- 1 file changed, 45 insertions(+), 43 deletions(-) (limited to 'src/lib/Tools/SequelSpy.svelte') diff --git a/src/lib/Tools/SequelSpy.svelte b/src/lib/Tools/SequelSpy.svelte index c5d9c4a2..ea6f74d8 100644 --- a/src/lib/Tools/SequelSpy.svelte +++ b/src/lib/Tools/SequelSpy.svelte @@ -40,54 +40,56 @@ airingTime(prequel as unknown as Media, null); -

- - -

+
+

+ + +

-{#await currentPrequels} -

Loading prequels ... 50%

-{:then currentPrequels} - + {/await} -

+

-The count ratio is the number of episodes you've seen of any direct prequels, and the total number -of episodes of all direct prequels. + The count ratio is the number of episodes you've seen of any direct prequels, and the total number + of episodes of all direct prequels. +

-- cgit v1.2.3