diff --git a/bun.lockb b/bun.lockb index 1a8c544..85e610d 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/components/notes/content.vue b/components/notes/content.vue new file mode 100644 index 0000000..925dd74 --- /dev/null +++ b/components/notes/content.vue @@ -0,0 +1,69 @@ + + + + + \ No newline at end of file diff --git a/components/notes/copyable-text.vue b/components/notes/copyable-text.vue new file mode 100644 index 0000000..cc980e3 --- /dev/null +++ b/components/notes/copyable-text.vue @@ -0,0 +1,39 @@ + + + \ No newline at end of file diff --git a/components/notes/header.vue b/components/notes/header.vue new file mode 100644 index 0000000..973a0a1 --- /dev/null +++ b/components/notes/header.vue @@ -0,0 +1,70 @@ + + + \ No newline at end of file diff --git a/components/notes/note.vue b/components/notes/note.vue new file mode 100644 index 0000000..56cce77 --- /dev/null +++ b/components/notes/note.vue @@ -0,0 +1,26 @@ + + + \ No newline at end of file diff --git a/components/sidebars/sidebar.vue b/components/sidebars/sidebar.vue index 6a0c91c..a6bfdf7 100644 --- a/components/sidebars/sidebar.vue +++ b/components/sidebars/sidebar.vue @@ -121,7 +121,7 @@ const instance = useInstance(); - + @@ -135,7 +135,7 @@ const instance = useInstance(); - + @@ -180,12 +180,6 @@ const instance = useInstance(); - - - - More - - @@ -270,7 +264,7 @@ const instance = useInstance(); -
+
diff --git a/components/sidebars/theme-switcher.vue b/components/sidebars/theme-switcher.vue index a0003d9..3840cd4 100644 --- a/components/sidebars/theme-switcher.vue +++ b/components/sidebars/theme-switcher.vue @@ -1,5 +1,5 @@