initial nested settings impl

This commit is contained in:
Henry Jameson 2025-10-15 16:53:16 +03:00
commit debd3a3e7b
7 changed files with 465 additions and 408 deletions

View file

@ -152,12 +152,11 @@
:at="false"
>
<RichContent
v-if="status.user.name_html"
:html="status.user.name"
:emoji="status.user.emoji"
:is-local="status.user.is_local"
/>
<span v-else>{{ status.user.name }}</span>
<span>{{ status.user.name }}</span>
</user-link>
<span
v-else