repeat/fav indicators
This commit is contained in:
parent
749d42978f
commit
cf4446829e
2 changed files with 24 additions and 1 deletions
|
|
@ -145,9 +145,28 @@
|
|||
:full-content="true"
|
||||
>
|
||||
<template #footer>
|
||||
<EmojiReactions :status="message" />
|
||||
<span
|
||||
class="created-at"
|
||||
>
|
||||
<span
|
||||
v-if="message.favorited"
|
||||
>
|
||||
<FAIcon
|
||||
class="fa-scale-110"
|
||||
icon="star"
|
||||
fixed-width
|
||||
/>
|
||||
</span>
|
||||
<span
|
||||
v-if="message.repeated"
|
||||
>
|
||||
<FAIcon
|
||||
class="fa-scale-110"
|
||||
icon="retweet"
|
||||
fixed-width
|
||||
/>
|
||||
</span>
|
||||
<span
|
||||
v-if="message.visibility"
|
||||
class="visibility-icon"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue