From 65e046905a9cefa57f5977751db81119386a238f Mon Sep 17 00:00:00 2001 From: Kristina Date: Mon, 11 Mar 2024 14:20:24 +0400 Subject: [PATCH] Get rid of single requests when loading channels (#4921) Signed-off-by: Kristina Fefelova --- .../chat/navigator/ChatNavGroup.svelte | 75 ++++++++++++------- .../chat/navigator/ChatNavGroupItem.svelte | 11 +-- 2 files changed, 53 insertions(+), 33 deletions(-) diff --git a/plugins/chunter-resources/src/components/chat/navigator/ChatNavGroup.svelte b/plugins/chunter-resources/src/components/chat/navigator/ChatNavGroup.svelte index dd205ae63e..d2f9994afd 100644 --- a/plugins/chunter-resources/src/components/chat/navigator/ChatNavGroup.svelte +++ b/plugins/chunter-resources/src/components/chat/navigator/ChatNavGroup.svelte @@ -13,9 +13,9 @@ // limitations under the License. -->