repeat/fav indicators

This commit is contained in:
Henry Jameson 2026-07-23 14:08:40 +03:00
commit cf4446829e
2 changed files with 24 additions and 1 deletions

View file

@ -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"