From d63597a480c928130ae0e4f3001dfbba9d23b529 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 23 Apr 2024 23:17:46 +0200 Subject: [PATCH] Refactor ThemePicker --- src/lib/components/NavBar.svelte | 61 ++------------------------- src/lib/components/ThemePicker.svelte | 49 ++++++++++++--------- 2 files changed, 32 insertions(+), 78 deletions(-) diff --git a/src/lib/components/NavBar.svelte b/src/lib/components/NavBar.svelte index 67a982c..7d83c84 100644 --- a/src/lib/components/NavBar.svelte +++ b/src/lib/components/NavBar.svelte @@ -1,49 +1,9 @@ - -
@@ -54,21 +14,6 @@
diff --git a/src/lib/components/ThemePicker.svelte b/src/lib/components/ThemePicker.svelte index 6cb2e2a..c926ba5 100644 --- a/src/lib/components/ThemePicker.svelte +++ b/src/lib/components/ThemePicker.svelte @@ -1,38 +1,47 @@ -{#key theme} - -{/key} - - - - +
{ + return async ({ result }) => { + await applyAction(result) + } + }} +> + + {#key theme} + + {/key} +