]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Better UX for handling multiple attachments in WebUI (#17246)
authorAleksander Grygier <redacted>
Fri, 14 Nov 2025 00:19:08 +0000 (01:19 +0100)
committerGitHub <redacted>
Fri, 14 Nov 2025 00:19:08 +0000 (01:19 +0100)
commitf1bad23f880d059183ac518e9efa20523c7f3fbb
tree0cc939e57cb096d1b99b0deb275f453b6a619b21
parentbecc4816dd6e601d2e0beb7b9c7e6767c8688b12
Better UX for handling multiple attachments in WebUI (#17246)
tools/server/public/index.html.gz
tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentFilePreview.svelte
tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentImagePreview.svelte
tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentPreviewDialog.svelte
tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsList.svelte
tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsViewAllDialog.svelte [new file with mode: 0644]
tools/server/webui/src/lib/components/app/chat/ChatForm/ChatForm.svelte
tools/server/webui/src/lib/components/app/chat/ChatScreen/ChatScreen.svelte
tools/server/webui/src/lib/components/app/index.ts
tools/server/webui/src/lib/components/app/misc/RemoveButton.svelte [new file with mode: 0644]
tools/server/webui/src/lib/types/chat.d.ts