diff --git a/index.html b/index.html index 0e95f38..2e69a86 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - + + nvAux diff --git a/src/App.svelte b/src/App.svelte index 9e07de5..46701c9 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -3,6 +3,7 @@ import NoteList from './lib/NoteList.svelte'; import ResizeHandle from './lib/ResizeHandle.svelte'; import NoteDetail from './lib/NoteDetail.svelte'; + import StatusBar from './lib/StatusBar.svelte';
@@ -10,4 +11,5 @@ +
diff --git a/src/lib/DownloadNotesZip.svelte b/src/lib/DownloadNotesZip.svelte index 772e999..061e3e3 100644 --- a/src/lib/DownloadNotesZip.svelte +++ b/src/lib/DownloadNotesZip.svelte @@ -16,6 +16,6 @@ }; - diff --git a/src/lib/ImportNotesZip.svelte b/src/lib/ImportNotesZip.svelte index 9df4bcd..862b9db 100644 --- a/src/lib/ImportNotesZip.svelte +++ b/src/lib/ImportNotesZip.svelte @@ -34,18 +34,13 @@ }; -
-
- - + diff --git a/src/lib/NoteDetail.svelte b/src/lib/NoteDetail.svelte index fdd6adf..a658ee3 100644 --- a/src/lib/NoteDetail.svelte +++ b/src/lib/NoteDetail.svelte @@ -3,11 +3,13 @@ import { onMount } from 'svelte'; import { RxDBUpdatePlugin } from 'rxdb/plugins/update'; - import { selectedNote } from './store'; + import { db, selectedNote } from './store'; import { debounce } from '../utils/debounce'; import { isEmptyObject } from '../utils/isEmptyObject'; + import Settings from './Settings.svelte'; + let innerHeight; onMount(() => addRxPlugin(RxDBUpdatePlugin)); @@ -31,6 +33,8 @@

No Note Selected

+ {:else if $selectedNote.guid === '00000000-0000-0000-0000-000000000000'} + {:else}