From 2e92e6399bd9c0a5210599ae5c53cd52b1d2f6a3 Mon Sep 17 00:00:00 2001 From: notfire Date: Sun, 27 Apr 2025 12:51:16 -0400 Subject: [PATCH 1/3] add support for post edit notifs --- README.md | 1 + src/components/notification/notification.vue | 8 ++++++++ src/components/notifications/notification_filters.vue | 9 +++++++++ src/components/settings_modal/tabs/notifications_tab.vue | 5 +++++ src/i18n/en.json | 2 ++ src/services/notification_utils/notification_utils.js | 8 ++++++-- 6 files changed, 31 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4487972..17409879 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ - all emojis go by their unicode names instead of the shortened ones, eg :100: is now :hundred_points: - this wasn't intentional, but keeping the old names would require way more work - script to get new emojis is included for future unicode versions +- add toggle for showing post edit notifications --- diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index d0dae94b..3f61be9e 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -118,6 +118,14 @@ {{ ' ' }} {{ $t('notifications.bit_note') }} + + + {{ ' ' }} + {{ $t('notifications.edited') }} + {{ $t('settings.notification_visibility_bites') }} +