From 6620bc00fdf5173ffb20a9057a4580b59410dbd7 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 8 Jan 2024 15:27:28 -0800 Subject: feat(tools): new tools url method --- src/routes/tools/+page.svelte | 150 ++++++++---------------------------------- 1 file changed, 26 insertions(+), 124 deletions(-) (limited to 'src/routes/tools/+page.svelte') diff --git a/src/routes/tools/+page.svelte b/src/routes/tools/+page.svelte index e5bda954..6293d0b1 100644 --- a/src/routes/tools/+page.svelte +++ b/src/routes/tools/+page.svelte @@ -1,133 +1,35 @@ -
- -
- -{#if !Object.keys(tools).includes(tool)} - - -{:else} - + - {#if tool === 'default'} -
-

Select a tool to continue.

+
+

Select a tool to continue.

-
    - {#each Object.keys(tools) as t} - {#if t !== 'default'} -
  • - (tool = t)}>{tools[t].name} - {#if tools[t].description} -
    {tools[t].description}
    - {/if} -
  • +
      + {#each Object.keys(tools) as t} + {#if t !== 'default'} +
    • + (tool = t)}>{tools[t].name} + {#if tools[t].description} +
      {tools[t].description}
      {/if} - {/each} -
    - -

    - - 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'} - - {:else if tool === 'dump_profile'} - - {/if} -{/if} + + {/if} + {/each} + + +

+ +

+ Have any requests for cool tools that you think others might find useful? Send a message to + @fuwn on AniList! +
+
-- cgit v1.2.3