add mark as read button for notification table

This commit is contained in:
smanylov
2026-03-31 14:00:51 +07:00
parent b05661e120
commit d68a35903c
@@ -96,6 +96,7 @@ export function NotificationsList() {
className="notifications-list-action"
>
{(selectedFiles.size !== 0) && (
<>
<button
className="btn btn-primary"
onClick={() => {
@@ -104,6 +105,16 @@ export function NotificationsList() {
>
{t('deselect')}
</button>
<button
className="btn btn-primary"
onClick={() => {
clearHandler();
}}
>
{t('mark-all-as-read')}
</button>
</>
)}
<button
className="btn btn-primary"