From: Pascal Date: Mon, 15 Dec 2025 15:34:53 +0000 (+0100) Subject: Fix unreadable user markdown colors and truncate long texts in deletion dialogs ... X-Git-Tag: upstream/0.0.7446~34 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=0f4f35e7be14d5ef8157aa710b66388e77e99bec;p=pkg%2Fggml%2Fsources%2Fllama.cpp Fix unreadable user markdown colors and truncate long texts in deletion dialogs (#17555) * webui: limit conversation name length in dialogs * webui: fix unreadable colors on links and table cell hover in user markdown * webui: keep table borders visible in user markdown * webui: updating unified exports * Update tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentThumbnailFile.svelte Co-authored-by: Aleksander Grygier * chore: update webui build output * chore: update webui build output * chore: update webui build output --------- Co-authored-by: Aleksander Grygier --- diff --git a/tools/server/public/index.html.gz b/tools/server/public/index.html.gz index 1834d1d9..036feff1 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/ChatAttachments/ChatAttachmentThumbnailFile.svelte b/tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentThumbnailFile.svelte index 6fdd8572..908db589 100644 --- a/tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentThumbnailFile.svelte +++ b/tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentThumbnailFile.svelte @@ -1,6 +1,6 @@