From ac0180dd21303273c245292cdacb87e1c6ae447f Mon Sep 17 00:00:00 2001 From: Borja Robert Date: Wed, 28 Sep 2022 15:02:14 +0200 Subject: [PATCH] =?UTF-8?q?ajusta=20un=20poco=20a=20lo=20que=20ped=C3=ADa?= =?UTF-8?q?=20esther?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/form/Form.svelte | 31 ++++++++++++++-------- src/lib/monthName.js | 45 +++++++++++++++++++++++++++++++ src/lib/preview/Preview.svelte | 48 +++++++++++++++++++++++++--------- src/lib/stores/store.js | 1 + 4 files changed, 101 insertions(+), 24 deletions(-) create mode 100644 src/lib/monthName.js diff --git a/src/lib/form/Form.svelte b/src/lib/form/Form.svelte index 16d5110..b78c21d 100644 --- a/src/lib/form/Form.svelte +++ b/src/lib/form/Form.svelte @@ -9,9 +9,8 @@ subtitle, content, date, + weekday, address, - organizedBy, - colabs, canvas } from '$lib/stores/store'; @@ -65,8 +64,13 @@
- - + +
@@ -90,12 +94,17 @@
+
+ + +
+
-
+
@@ -106,7 +115,7 @@