From d1a3f670a608fb2a759fd73cd72f4bc38891b45c Mon Sep 17 00:00:00 2001 From: notfire Date: Sat, 14 Dec 2024 19:43:39 -0500 Subject: [PATCH] add bite notification support (direct & notes) --- src/components/notification/notification.vue | 22 +++++++++++++++++++ .../notifications/notification_filters.vue | 9 ++++++++ .../settings_modal/tabs/notifications_tab.vue | 5 +++++ src/i18n/en.json | 3 +++ .../entity_normalizer.service.js | 16 +++++++++++--- .../notification_utils/notification_utils.js | 12 ++++++++-- 6 files changed, 62 insertions(+), 5 deletions(-) diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index 2d29d162..d8fc95c3 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -102,6 +102,22 @@ {{ ' ' }} {{ $t('notifications.follow_request') }} + + + {{ ' ' }} + {{ $t('notifications.bit') }} + + + + {{ ' ' }} + {{ $t('notifications.bit_note') }} + +
+