From 88c3db795dd21c91d1d95c126d3ef89e686d2bd4 Mon Sep 17 00:00:00 2001 From: alma Date: Sun, 11 Jan 2026 23:04:35 +0100 Subject: [PATCH] notifications big --- components/notification-badge.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/notification-badge.tsx b/components/notification-badge.tsx index 4a421f0..4d0a0e3 100644 --- a/components/notification-badge.tsx +++ b/components/notification-badge.tsx @@ -156,10 +156,13 @@ export const NotificationBadge = memo(function NotificationBadge({ className }:
+ {!notification.isRead && notification.source === 'rocketchat' && ( + + )} {notification.title} - {!notification.isRead && ( + {!notification.isRead && notification.source !== 'rocketchat' && ( New )} {notification.source === 'leantime' && (