From: Sascha Rogmann Date: Tue, 7 Oct 2025 09:11:08 +0000 (+0200) Subject: webui : added download action (#13552) (#16282) X-Git-Tag: upstream/0.0.6764~57 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=4e0388aa8a1f4ef1065701dc9c3947aea0a1b9a5;p=pkg%2Fggml%2Fsources%2Fllama.cpp webui : added download action (#13552) (#16282) * webui : added download action (#13552) * webui : import and export (for all conversations) * webui : fixed download-format, import of one conversation * webui : add ExportedConversations type for chat import/export * feat: Update naming & order * chore: Linting * webui : Updated static build output --------- Co-authored-by: Aleksander Grygier --- diff --git a/tools/server/public/index.html.gz b/tools/server/public/index.html.gz index 2801319c..8d57b4a1 100644 Binary files a/tools/server/public/index.html.gz and b/tools/server/public/index.html.gz differ 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 30d1f9d4..e91673e9 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 @@ -1,8 +1,9 @@