From dd408abccda45d91d2eabd1a1f88cf15a2a89c01 Mon Sep 17 00:00:00 2001 From: Pascal Date: Thu, 27 Nov 2025 17:35:28 +0100 Subject: [PATCH 1/7] webui: limit conversation name length in dialogs --- .../ChatAttachments/ChatAttachmentThumbnailFile.svelte | 3 ++- .../components/app/chat/ChatSidebar/ChatSidebar.svelte | 6 +++++- tools/server/webui/src/lib/utils/file-preview.ts | 9 --------- tools/server/webui/src/lib/utils/text.ts | 7 +++++++ 4 files changed, 14 insertions(+), 11 deletions(-) create mode 100644 tools/server/webui/src/lib/utils/text.ts 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 6fdd8572142..9e5a12250f0 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,7 @@