diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-05-20 12:39:46 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-05-20 16:45:33 -0400 |
| commit | df487e3980f7128fa366ea25e99bed17af114d52 (patch) | |
| tree | 43b84a1d73ca51f82c22a0f1ba22bcf4711bfd9f /src/components/notification | |
| parent | c93adf2e9a8ac6bfbe1e6cebde1d189475b3cb58 (diff) | |
Show poll-end notifications
Ref: poll-notif
Diffstat (limited to 'src/components/notification')
| -rw-r--r-- | src/components/notification/notification.vue | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index 9ecb034f..7d3d0c69 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -120,6 +120,14 @@ </i18n-t> </small> </span> + <span v-if="notification.type === 'poll'"> + <FAIcon + class="type-icon" + icon="poll-h" + /> + {{ ' ' }} + <small>{{ $t('notifications.poll_ended') }}</small> + </span> </div> <div v-if="isStatusNotification" |
