mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-11 15:35:36 -04:00
add alert icon for unread announcements
This commit is contained in:
@@ -30,6 +30,12 @@
|
|||||||
<v-list-item-subtitle v-if="announcement.date">
|
<v-list-item-subtitle v-if="announcement.date">
|
||||||
{{ $d(announcement.date) }}
|
{{ $d(announcement.date) }}
|
||||||
</v-list-item-subtitle>
|
</v-list-item-subtitle>
|
||||||
|
|
||||||
|
<template v-if="newAnnouncements.some(a => a.key === announcement.key)" #append>
|
||||||
|
<v-icon size="x-small" color="info">
|
||||||
|
{{ $globals.icons.alertCircle }}
|
||||||
|
</v-icon>
|
||||||
|
</template>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
</v-list>
|
</v-list>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user