From 1ae9a2516b82de173c7e34a963840cef3d2aee30 Mon Sep 17 00:00:00 2001 From: Baobeld Date: Thu, 16 Jan 2025 13:46:14 -0500 Subject: [PATCH 1/4] Chore: Paraglide wrapping wrong thing lol (#53) lmao what --- src/routes/+layout.svelte | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 3542e54..d2e1c32 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -9,15 +9,15 @@
- - {@render children()} - + + + {@render children()} + +
- - - + From 6f6df743d32b28dfea468bbedc1e5e484f2a8593 Mon Sep 17 00:00:00 2001 From: Baobeld Date: Thu, 16 Jan 2025 13:46:31 -0500 Subject: [PATCH 2/4] Chore: update TextInput to extend input element (#52) update TextInput to extend input element --- src/lib/components/DataInput/TextInput.svelte | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/lib/components/DataInput/TextInput.svelte b/src/lib/components/DataInput/TextInput.svelte index b91d6cf..816dab8 100644 --- a/src/lib/components/DataInput/TextInput.svelte +++ b/src/lib/components/DataInput/TextInput.svelte @@ -1,26 +1,23 @@ -