From b12e8688590cfbe2ea03e4f576e6efec3102de10 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Sat, 11 Oct 2025 11:49:07 +0200 Subject: [PATCH] feat: reorder playground --- .../src/lib/components/Playground.svelte | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/playground/src/lib/components/Playground.svelte b/playground/src/lib/components/Playground.svelte index 7c10be6..3a25338 100644 --- a/playground/src/lib/components/Playground.svelte +++ b/playground/src/lib/components/Playground.svelte @@ -141,6 +141,24 @@ My favourite baguette recipe
+ + {#snippet headerActions()} + + {/snippet} + + loadTemplate(e.currentTarget.value)} - class="rounded border border-gray-300 bg-white px-2 py-1 text-xs text-gray-700 shadow-sm focus:border-indigo-500 focus:ring-1 focus:ring-indigo-500 focus:outline-none" + class="rounded border border-gray-300 bg-white px-2 py-1 text-xs text-gray-700 shadow-sm focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500" > {#each templates as template (template)} @@ -164,24 +182,6 @@ My favourite baguette recipe {/snippet} - - {#snippet headerActions()} - - {/snippet} - -