feat: publish via dialog
This commit is contained in:
parent
cd2a06e969
commit
83c0fafbec
9 changed files with 42 additions and 6 deletions
6
components/publish/PublishButton.vue
Normal file
6
components/publish/PublishButton.vue
Normal file
|
@ -0,0 +1,6 @@
|
|||
<template>
|
||||
<button btn-outline rounded-full font-bold py4 flex="~ gap2 center" @click="openPublishDialog">
|
||||
<div i-ri:quill-pen-line />
|
||||
Compose
|
||||
</button>
|
||||
</template>
|
|
@ -103,7 +103,7 @@ onUnmounted(() => {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div v-if="currentUser" border="t base" p4 flex gap-4>
|
||||
<div v-if="currentUser" p4 flex gap-4>
|
||||
<AccountAvatar :account="currentUser.account" w-12 h-12 />
|
||||
<div
|
||||
flex flex-col gap-3 flex-auto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue