From 2799da6cbbc63a8c146c84e04922869a40687ef7 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 4 Jan 2024 09:18:38 -0800 Subject: feat(tools): move all to cards --- src/lib/Tools/EpisodeDiscussionCollector.svelte | 4 +++- src/lib/Tools/RandomFollower.svelte | 14 ++++++++------ src/lib/Tools/SequelSpy.svelte | 8 ++++---- 3 files changed, 15 insertions(+), 11 deletions(-) (limited to 'src/lib/Tools') diff --git a/src/lib/Tools/EpisodeDiscussionCollector.svelte b/src/lib/Tools/EpisodeDiscussionCollector.svelte index 98b426a7..447333a8 100644 --- a/src/lib/Tools/EpisodeDiscussionCollector.svelte +++ b/src/lib/Tools/EpisodeDiscussionCollector.svelte @@ -64,5 +64,7 @@

{/await} {:else} -

Enter a username to search for to continue.

+

+ + Enter a username to search for to continue. {/if} diff --git a/src/lib/Tools/RandomFollower.svelte b/src/lib/Tools/RandomFollower.svelte index 5b9a2319..88c1bd85 100644 --- a/src/lib/Tools/RandomFollower.svelte +++ b/src/lib/Tools/RandomFollower.svelte @@ -43,14 +43,16 @@ {:then users} {@const user = users[Math.floor(randomSeed * users.length)]} -

- - {user.name} - -

+

+ + + {user.name} + {:catch} {/await} {:else} -

Enter a username to search for to continue.

+

+ + Enter a username to search for to continue. {/if} diff --git a/src/lib/Tools/SequelSpy.svelte b/src/lib/Tools/SequelSpy.svelte index 5684463f..c5d9c4a2 100644 --- a/src/lib/Tools/SequelSpy.svelte +++ b/src/lib/Tools/SequelSpy.svelte @@ -85,9 +85,9 @@ {/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