mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
feat: ✨ Add new composer
This commit is contained in:
parent
49d356e2ab
commit
4dfbd845d3
40 changed files with 584 additions and 222 deletions
|
|
@ -3,12 +3,12 @@
|
|||
<SquarePattern />
|
||||
<slot />
|
||||
</Sidebar>
|
||||
<ComposerModal />
|
||||
<ComposerDialog />
|
||||
<AttachmentDialog />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import ComposerModal from "~/components/composer/modal.client.vue";
|
||||
import ComposerDialog from "~/components/composer/dialog.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