From: Aleksander Grygier Date: Wed, 1 Oct 2025 16:18:10 +0000 (+0200) Subject: Conversation action dialogs as singletons from Chat Sidebar + apply conditional rende... X-Git-Tag: upstream/0.0.6764~105 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=764799279f801c696503bacca490b4358587d94c;p=pkg%2Fggml%2Fsources%2Fllama.cpp Conversation action dialogs as singletons from Chat Sidebar + apply conditional rendering for Actions Dropdown for Chat Conversation Items (#16369) * fix: Render Conversation action dialogs as singletons from Chat Sidebar level * chore: update webui build output * fix: Render Actions Dropdown conditionally only when user hovers conversation item + remove unused markup * chore: Update webui static build * fix: Always truncate conversation names * chore: Update webui static build --- diff --git a/tools/server/public/index.html.gz b/tools/server/public/index.html.gz index cd3528d3..4f18a634 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/ChatSidebar.svelte b/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebar.svelte index 8dd4b20d..5976e5dd 100644 --- a/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebar.svelte +++ b/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebar.svelte @@ -1,9 +1,12 @@ +