From 460dfce9bf5408ac86c66cd58829b7ae45e0c899 Mon Sep 17 00:00:00 2001 From: Borja Robert Date: Tue, 27 Sep 2022 17:42:07 +0200 Subject: [PATCH 1/2] first commit --- src/routes/about/+page.js | 9 --------- src/routes/about/+page.svelte | 34 ---------------------------------- src/routes/verde/+page.svelte | 2 ++ 3 files changed, 2 insertions(+), 43 deletions(-) delete mode 100644 src/routes/about/+page.js delete mode 100644 src/routes/about/+page.svelte create mode 100644 src/routes/verde/+page.svelte diff --git a/src/routes/about/+page.js b/src/routes/about/+page.js deleted file mode 100644 index 3e13462..0000000 --- a/src/routes/about/+page.js +++ /dev/null @@ -1,9 +0,0 @@ -import { dev } from '$app/environment'; - -// we don't need any JS on this page, though we'll load -// it in dev so that we get hot module replacement... -export const csr = dev; - -// since there's no dynamic data here, we can prerender -// it so that it gets served as a static asset in prod -export const prerender = true; diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte deleted file mode 100644 index b034478..0000000 --- a/src/routes/about/+page.svelte +++ /dev/null @@ -1,34 +0,0 @@ - - About - - - -
-

About this app

- -

- This is a SvelteKit app. You can make your own by typing the - following into your command line and following the prompts: -

- -
npm create svelte@latest
- -

- The page you're looking at is purely static HTML, with no client-side interactivity needed. - Because of that, we don't need to load any JavaScript. Try viewing the page's source, or opening - the devtools network panel and reloading. -

- -

- The TODOs page illustrates SvelteKit's data loading and form handling. Try using - it with JavaScript disabled! -

-
- - diff --git a/src/routes/verde/+page.svelte b/src/routes/verde/+page.svelte new file mode 100644 index 0000000..49f5fcd --- /dev/null +++ b/src/routes/verde/+page.svelte @@ -0,0 +1,2 @@ + -- 2.38.5 From ac0180dd21303273c245292cdacb87e1c6ae447f Mon Sep 17 00:00:00 2001 From: Borja Robert Date: Wed, 28 Sep 2022 15:02:14 +0200 Subject: [PATCH 2/2] =?UTF-8?q?ajusta=20un=20poco=20a=20lo=20que=20ped?= =?UTF-8?q?=C3=ADa=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 @@