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/routes/tools/+page.svelte | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) (limited to 'src/routes') diff --git a/src/routes/tools/+page.svelte b/src/routes/tools/+page.svelte index 4d2da5cf..066ccd2f 100644 --- a/src/routes/tools/+page.svelte +++ b/src/routes/tools/+page.svelte @@ -69,10 +69,9 @@ -
- {#if !Object.keys(tools).includes(tool)} - - +{#if !Object.keys(tools).includes(tool)} + +

Tool not found.

@@ -84,10 +83,12 @@ {suggestion === '...' ? '...' : tools[suggestion]}"?
- {:else} - +
+{:else} + - {#if tool === 'default'} + {#if tool === 'default'} +

Select a tool to continue.

    @@ -107,18 +108,18 @@ Have any requests for cool tools that you think others might find useful? Send a message to @fuwn on AniList! - {:else if tool === 'activity_history'} - - {:else if tool === 'wrapped'} - - {:else if tool === 'discussions'} - - {:else if tool === 'birthdays'} - - {:else if tool === 'sequel_spy'} - - {:else if tool === 'random_follower'} - - {/if} +
+ {:else if tool === 'activity_history'} + + {:else if tool === 'wrapped'} + + {:else if tool === 'discussions'} + + {:else if tool === 'birthdays'} + + {:else if tool === 'sequel_spy'} + + {:else if tool === 'random_follower'} + {/if} -
+{/if} -- cgit v1.2.3