Skip to content

Commit

Permalink
Remove Canvas App (will come later)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeating committed Sep 6, 2024
1 parent 646ebf2 commit f9ae640
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 146 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# 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.


Expand Down
89 changes: 0 additions & 89 deletions src/lib/Canvas.svelte

This file was deleted.

53 changes: 0 additions & 53 deletions src/lib/CanvasApp.svelte

This file was deleted.

3 changes: 0 additions & 3 deletions src/lib/NoteDetail.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import { isEmptyObject } from '../utils/isEmptyObject';
import Settings from './Settings.svelte';
import CanvasApp from './CanvasApp.svelte';
// let innerHeight;
Expand Down Expand Up @@ -47,8 +46,6 @@
</div>
{:else if $selectedNote.guid === '00000000-0000-0000-0000-000000000000'}
<Settings />
{:else if $selectedNote.guid === '00000000-0000-0000-0000-111111111111'}
<CanvasApp wrapperWidth={innerWidth} wrapperHeight={innerHeight} />
{:else}
<textarea
id="body-editor"
Expand Down

0 comments on commit f9ae640

Please sign in to comment.