From d68a35903c1967b4b8498c5f8a3ade01589a6b68 Mon Sep 17 00:00:00 2001 From: smanylov Date: Tue, 31 Mar 2026 14:00:51 +0700 Subject: [PATCH] add mark as read button for notification table --- .../ui/notifications/notifications-list.tsx | 27 +++++++++++++------ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/src/app/ui/notifications/notifications-list.tsx b/src/app/ui/notifications/notifications-list.tsx index efa1ff0..bf11567 100644 --- a/src/app/ui/notifications/notifications-list.tsx +++ b/src/app/ui/notifications/notifications-list.tsx @@ -96,14 +96,25 @@ export function NotificationsList() { className="notifications-list-action" > {(selectedFiles.size !== 0) && ( - + <> + + + + )}