From 67ff783f7d083608933b4f6701d903aefb488356 Mon Sep 17 00:00:00 2001 From: buttercat1791 Date: Tue, 1 Oct 2024 20:23:29 -0500 Subject: [PATCH] Add buttons to Compose view --- src/lib/components/Navigation.svelte | 6 ++-- src/lib/components/Preview.svelte | 30 +++++++++++++++---- src/lib/parser.ts | 45 +++++++++++++--------------- src/routes/new/edit/+page.svelte | 19 ++++++------ src/routes/new/review/+page.svelte | 14 --------- 5 files changed, 57 insertions(+), 57 deletions(-) delete mode 100644 src/routes/new/review/+page.svelte diff --git a/src/lib/components/Navigation.svelte b/src/lib/components/Navigation.svelte index 0534f2e..298c5b3 100644 --- a/src/lib/components/Navigation.svelte +++ b/src/lib/components/Navigation.svelte @@ -19,9 +19,9 @@ - About - New Note - Visualize + About + New Note + Visualize diff --git a/src/lib/components/Preview.svelte b/src/lib/components/Preview.svelte index 5fc2b3e..581f206 100644 --- a/src/lib/components/Preview.svelte +++ b/src/lib/components/Preview.svelte @@ -1,6 +1,7 @@ @@ -48,8 +47,8 @@ - - + + @@ -60,8 +59,8 @@ - - + + {#if rootIndexId} diff --git a/src/routes/new/review/+page.svelte b/src/routes/new/review/+page.svelte deleted file mode 100644 index 8f879cf..0000000 --- a/src/routes/new/review/+page.svelte +++ /dev/null @@ -1,14 +0,0 @@ - - -
-
- Review - -
-