From 715193957b76be02ff0e5e0e4be82b2964aa35c7 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Wed, 14 Feb 2024 23:42:16 +0700 Subject: [PATCH] UBERF-5476: Fix archive in inbox (#4618) Signed-off-by: Andrey Sobolev --- .../src/components/ChannelScrollView.svelte | 8 +- .../src/components/Chats.svelte | 4 +- .../src/components/Main.svelte | 2 +- .../src/components/NewMessage.svelte | 2 +- .../src/components/NewMessages.svelte | 2 +- .../src/components/inbox/Inbox.svelte | 22 ++- .../inbox/InboxGroupedListView.svelte | 2 +- .../src/inboxNotificationsClient.ts | 70 +++++----- plugins/notification-resources/src/utils.ts | 130 ++++++++++++------ plugins/notification/src/index.ts | 21 +-- .../src/components/EditVacancy.svelte | 4 +- .../components/issues/edit/EditIssue.svelte | 4 +- .../templates/EditIssueTemplate.svelte | 4 +- .../src/components/EditDoc.svelte | 14 +- 14 files changed, 175 insertions(+), 114 deletions(-) diff --git a/plugins/chunter-resources/src/components/ChannelScrollView.svelte b/plugins/chunter-resources/src/components/ChannelScrollView.svelte index 31e5920778..e6ed97e4bb 100644 --- a/plugins/chunter-resources/src/components/ChannelScrollView.svelte +++ b/plugins/chunter-resources/src/components/ChannelScrollView.svelte @@ -13,7 +13,7 @@ // limitations under the License. -->