diff --git a/public/Notes-icons/New.webp b/public/Notes-icons/New.webp new file mode 100644 index 00000000..6aca9ed3 Binary files /dev/null and b/public/Notes-icons/New.webp differ diff --git a/public/Notes-icons/delete.webp b/public/Notes-icons/delete.webp new file mode 100644 index 00000000..b85c88ea Binary files /dev/null and b/public/Notes-icons/delete.webp differ diff --git a/public/Notes-icons/edit.webp b/public/Notes-icons/edit.webp new file mode 100644 index 00000000..ab465896 Binary files /dev/null and b/public/Notes-icons/edit.webp differ diff --git a/public/app-icons/notes/256.png b/public/app-icons/notes/256.png deleted file mode 100644 index 947eaf06..00000000 Binary files a/public/app-icons/notes/256.png and /dev/null differ diff --git a/public/app-icons/notes/256.webp b/public/app-icons/notes/256.webp new file mode 100644 index 00000000..76f8202a Binary files /dev/null and b/public/app-icons/notes/256.webp differ diff --git a/src/components/apps/AppNexus.svelte b/src/components/apps/AppNexus.svelte index 286b1eee..3a25c433 100644 --- a/src/components/apps/AppNexus.svelte +++ b/src/components/apps/AppNexus.svelte @@ -13,6 +13,10 @@ {#await import('./VSCode/VSCode.svelte') then { default: VSCode }} {/await} +{:else if appID === 'notes'} + {#await import('./Notes/Notes.svelte') then { default: Notes }} + + {/await} {:else if appID === 'calculator'} {#await import('./Calculator/Calculator.svelte') then { default: Calculator }} diff --git a/src/components/apps/Notes/Notes.svelte b/src/components/apps/Notes/Notes.svelte new file mode 100644 index 00000000..98d357c9 --- /dev/null +++ b/src/components/apps/Notes/Notes.svelte @@ -0,0 +1,145 @@ + + +
+
+ + +
+ + + + +
+
+ + + +
+
+