mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
refactor: ♻️ More work on rewriting notes
This commit is contained in:
parent
d29f181000
commit
8cc4ff1348
20 changed files with 514 additions and 63 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue