From 5e4fa01e65bbd26dc05453bb2a850e273167a957 Mon Sep 17 00:00:00 2001 From: Kristina Date: Wed, 14 Feb 2024 14:49:17 +0400 Subject: [PATCH] UBERF-5495: load all messages for inbox with one query (#4628) Signed-off-by: Kristina Fefelova --- .../components/DocNotifyContextCard.svelte | 7 ---- .../ActivityInboxNotificationPresenter.svelte | 32 ++++++++----------- .../src/components/inbox/Inbox.svelte | 23 +++++++++++-- .../components/inbox/InboxFlatListView.svelte | 19 +---------- .../src/inboxNotificationsClient.ts | 2 ++ 5 files changed, 37 insertions(+), 46 deletions(-) diff --git a/plugins/notification-resources/src/components/DocNotifyContextCard.svelte b/plugins/notification-resources/src/components/DocNotifyContextCard.svelte index 1808f9a10e..3c66453bc1 100644 --- a/plugins/notification-resources/src/components/DocNotifyContextCard.svelte +++ b/plugins/notification-resources/src/components/DocNotifyContextCard.svelte @@ -103,13 +103,6 @@ {:else}
- - - - - - - {#if presenterMixin?.labelPresenter} diff --git a/plugins/notification-resources/src/components/inbox/ActivityInboxNotificationPresenter.svelte b/plugins/notification-resources/src/components/inbox/ActivityInboxNotificationPresenter.svelte index 4c10bff251..55b1593332 100644 --- a/plugins/notification-resources/src/components/inbox/ActivityInboxNotificationPresenter.svelte +++ b/plugins/notification-resources/src/components/inbox/ActivityInboxNotificationPresenter.svelte @@ -13,8 +13,8 @@ // limitations under the License. --> @@ -83,15 +75,6 @@ {@const notification = notifications[itemIndex]}
- - - - - - - - - ([]) + /** * @public */