feat: dialog ui
This commit is contained in:
parent
feb8872f5f
commit
57eef8e77f
9 changed files with 29 additions and 16 deletions
|
@ -15,7 +15,7 @@ const { link = true } = defineProps<{
|
|||
min-w-0 flex gap-1 items-center
|
||||
>
|
||||
<AccountAvatar :account="account" w-5 h-5 />
|
||||
<ContentRich :content="getDisplayName(account, { rich: true })" :emojis="account.emojis" />
|
||||
<ContentRich ws-nowrap :content="getDisplayName(account, { rich: true })" :emojis="account.emojis" />
|
||||
</NuxtLink>
|
||||
</AccountHoverWrapper>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue