From 3e45ff3eccae1544f140a92f2c39ab0f58a56df8 Mon Sep 17 00:00:00 2001 From: Benjamin Keating Date: Wed, 19 Jul 2023 13:24:01 -0500 Subject: [PATCH] save point --- src/App.svelte | 45 ++++++++++++++++++++++++++----- src/lib/AbstractlyLogo.svelte | 43 +++++++++++++++++++++++++++++ src/lib/NoteDetail.svelte | 7 +++-- src/lib/Settings.svelte | 36 +++++++++++++++++++++---- src/lib/StatusBar.svelte | 12 ++++++--- src/lib/store.js | 51 ++++++++++++++++++++--------------- src/lib/style.css | 27 +++++++++++++++++++ 7 files changed, 180 insertions(+), 41 deletions(-) create mode 100644 src/lib/AbstractlyLogo.svelte diff --git a/src/App.svelte b/src/App.svelte index 8c884f1..0520611 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -5,17 +5,20 @@ import NoteDetail from './lib/NoteDetail.svelte'; import StatusBar from './lib/StatusBar.svelte'; - import { fullScreen } from './lib/store'; + import { fullScreen, maximumFullScreen } from './lib/store'; -
+
{#if !$fullScreen} -
-

nvAux

-

Capture and retrieve ideas at the speed of thought with nvAux, the in-the-zone, aint-nobody-stopping-me note-taking app for creative professionals.

+
+

nvAux

+

Capture and retrieve ideas at the speed of thought with nvAux, the in-the-zone, aint-nobody-stopping-me note-taking app for creative professionals.

{/if} -
+
@@ -23,3 +26,33 @@
+ + diff --git a/src/lib/AbstractlyLogo.svelte b/src/lib/AbstractlyLogo.svelte new file mode 100644 index 0000000..3ef4383 --- /dev/null +++ b/src/lib/AbstractlyLogo.svelte @@ -0,0 +1,43 @@ + diff --git a/src/lib/NoteDetail.svelte b/src/lib/NoteDetail.svelte index 42a08b0..1c053fd 100644 --- a/src/lib/NoteDetail.svelte +++ b/src/lib/NoteDetail.svelte @@ -31,7 +31,7 @@ -
+
{#if isEmptyObject($selectedNote)}

No Note Selected

@@ -41,7 +41,7 @@ {:else}