initial nested settings impl
This commit is contained in:
parent
2f8ea4f3b3
commit
debd3a3e7b
7 changed files with 465 additions and 408 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue