From df5ca2d577d1ac47f0d11e93f05f7fa87a1bd193 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Tue, 28 Jul 2020 17:20:30 -0400 Subject: [PATCH] add notes --- src/components/App.svelte | 37 ++++++++++++++++++++- src/components/Notes.svelte | 64 +++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+), 1 deletion(-) create mode 100644 src/components/Notes.svelte diff --git a/src/components/App.svelte b/src/components/App.svelte index 2a011de..1bf0911 100644 --- a/src/components/App.svelte +++ b/src/components/App.svelte @@ -1,7 +1,15 @@
+ +{#if show_notes} + +{/if} +
@@ -41,7 +49,13 @@ +
+ diff --git a/src/components/Notes.svelte b/src/components/Notes.svelte new file mode 100644 index 0000000..8fb753d --- /dev/null +++ b/src/components/Notes.svelte @@ -0,0 +1,64 @@ + + + + +