From e38c455c0035e0c93b6ff3e869a0dc64c6d1225c Mon Sep 17 00:00:00 2001 From: Aleksander Grygier Date: Mon, 6 Oct 2025 11:48:46 +0200 Subject: [PATCH 1/2] feat: Update naming & order --- .../ChatSidebar/ChatSidebarActions.svelte | 22 +++++++++---------- .../ChatSidebarConversationItem.svelte | 2 +- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebarActions.svelte b/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebarActions.svelte index 1f1a86be81d9e..f9b45c642d254 100644 --- a/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebarActions.svelte +++ b/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebarActions.svelte @@ -79,35 +79,33 @@ - - {/if} diff --git a/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebarConversationItem.svelte b/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebarConversationItem.svelte index 8655a5f8ea6ae..b63e6f5962a7f 100644 --- a/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebarConversationItem.svelte +++ b/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebarConversationItem.svelte @@ -104,7 +104,7 @@ }, { icon: Download, - label: 'Download', + label: 'Export', onclick: (e) => { e.stopPropagation(); downloadConversation(conversation.id); From 9844fed67a748d35ddb54d24bacca390113bb706 Mon Sep 17 00:00:00 2001 From: Aleksander Grygier Date: Mon, 6 Oct 2025 11:49:41 +0200 Subject: [PATCH 2/2] chore: Linting --- .../ChatSidebar/ChatSidebarActions.svelte | 3 +- .../webui/src/lib/stores/chat.svelte.ts | 61 +++++++++++-------- tools/server/webui/src/lib/stores/database.ts | 1 - 3 files changed, 37 insertions(+), 28 deletions(-) diff --git a/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebarActions.svelte b/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebarActions.svelte index f9b45c642d254..e91673e98b036 100644 --- a/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebarActions.svelte +++ b/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebarActions.svelte @@ -82,14 +82,13 @@