add support for post edit notifs

This commit is contained in:
notfire 2025-04-27 12:51:16 -04:00
commit 2e92e6399b
No known key found for this signature in database
6 changed files with 31 additions and 2 deletions

View file

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