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}