mirror of
https://git.notfire.cc/notfire/akkoma-fe.git
synced 2026-01-11 13:33:24 -08:00
add support for post edit notifs
This commit is contained in:
parent
2b6bba0fa1
commit
2e92e6399b
6 changed files with 31 additions and 2 deletions
|
|
@ -118,6 +118,14 @@
|
|||
{{ ' ' }}
|
||||
<small>{{ $t('notifications.bit_note') }}</small>
|
||||
</span>
|
||||
<span v-if="notification.type === 'update'">
|
||||
<FAIcon
|
||||
class="type-icon"
|
||||
icon="pen"
|
||||
/>
|
||||
{{ ' ' }}
|
||||
<small>{{ $t('notifications.edited') }}</small>
|
||||
</span>
|
||||
<span v-if="notification.type === 'move'">
|
||||
<FAIcon
|
||||
class="type-icon"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue