refactor: ♻️ More work on rewriting notes

This commit is contained in:
Jesse Wierzbinski 2024-11-30 16:21:16 +01:00
parent d29f181000
commit 8cc4ff1348
No known key found for this signature in database
20 changed files with 514 additions and 63 deletions

View file

@ -1,5 +1,6 @@
<template>
<Sidebar>
<SquarePattern />
<slot />
</Sidebar>
<ComposerModal />
@ -8,6 +9,7 @@
<script setup lang="ts">
import ComposerModal from "~/components/composer/modal.client.vue";
import SquarePattern from "~/components/graphics/square-pattern.vue";
import Sidebar from "~/components/sidebars/sidebar.vue";
import AttachmentDialog from "~/components/social-elements/notes/attachment-dialog.vue";