From df487e3980f7128fa366ea25e99bed17af114d52 Mon Sep 17 00:00:00 2001 From: Tusooa Zhu Date: Fri, 20 May 2022 12:39:46 -0400 Subject: Show poll-end notifications Ref: poll-notif --- src/components/notification/notification.vue | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/components') 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 @@ + + + {{ ' ' }} + {{ $t('notifications.poll_ended') }} +
Date: Fri, 20 May 2022 16:41:45 -0400 Subject: Add settings for filtering end-of-poll notifications Ref: poll-notif --- src/components/notifications/notification_filters.vue | 9 +++++++++ src/components/settings_modal/tabs/notifications_tab.vue | 5 +++++ src/modules/config.js | 3 ++- src/services/notification_utils/notification_utils.js | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) (limited to 'src/components') diff --git a/src/components/notifications/notification_filters.vue b/src/components/notifications/notification_filters.vue index ba0e90a0..0fe6713f 100644 --- a/src/components/notifications/notification_filters.vue +++ b/src/components/notifications/notification_filters.vue @@ -61,6 +61,15 @@ :class="{ 'menu-checkbox-checked': filters.moves }" />{{ $t('settings.notification_visibility_moves') }} +