From e0fb65ab47f214416ba355eedaacdfa79ebef6a2 Mon Sep 17 00:00:00 2001 From: Kristina Date: Tue, 5 Mar 2024 17:02:52 +0400 Subject: [PATCH] Add confirmation modal for archive all and add read all option (#4880) Signed-off-by: Kristina Fefelova --- .../src/components/ButtonWithDropdown.svelte | 5 +- plugins/notification-assets/lang/en.json | 5 +- plugins/notification-assets/lang/ru.json | 5 +- .../src/components/inbox/Inbox.svelte | 82 +++++++++++++++---- .../inbox/InboxNotificationPresenter.svelte | 2 +- .../src/inboxNotificationsClient.ts | 17 ++++ plugins/notification/src/index.ts | 6 +- 7 files changed, 99 insertions(+), 23 deletions(-) diff --git a/packages/ui/src/components/ButtonWithDropdown.svelte b/packages/ui/src/components/ButtonWithDropdown.svelte index e6406befe9..15b7116fac 100644 --- a/packages/ui/src/components/ButtonWithDropdown.svelte +++ b/packages/ui/src/components/ButtonWithDropdown.svelte @@ -60,7 +60,7 @@ id={mainButtonId} >
-
+
{#if label}