]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
webui: Add editing attachments in user messages (#18147)
authorAleksander Grygier <redacted>
Fri, 19 Dec 2025 10:14:07 +0000 (11:14 +0100)
committerGitHub <redacted>
Fri, 19 Dec 2025 10:14:07 +0000 (11:14 +0100)
commitacb73d83409eb1511803f9df94ac3aa3eb36c50a
tree6170a484b5123b3b9961d609876d2039377c879d
parent0a271d82b46577d955b6c5c8020aab3b4d21057d
webui: Add editing attachments in user messages (#18147)

* feat: Enable editing attachments in user messages

* feat: Improvements for data handling & UI

* docs: Update Architecture diagrams

* chore: update webui build output

* refactor: Exports

* chore: update webui build output

* feat: Add handling paste for Chat Message Edit Form

* chore: update webui build output

* refactor: Cleanup

* chore: update webui build output
14 files changed:
tools/server/public/index.html.gz
tools/server/webui/docs/architecture/high-level-architecture-simplified.md
tools/server/webui/docs/architecture/high-level-architecture.md
tools/server/webui/package-lock.json
tools/server/webui/package.json
tools/server/webui/src/lib/components/app/chat/ChatForm/ChatForm.svelte
tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessage.svelte
tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageEditForm.svelte [new file with mode: 0644]
tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageUser.svelte
tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessages.svelte
tools/server/webui/src/lib/components/app/chat/ChatScreen/ChatScreen.svelte
tools/server/webui/src/lib/components/ui/switch/index.ts [new file with mode: 0644]
tools/server/webui/src/lib/components/ui/switch/switch.svelte [new file with mode: 0644]
tools/server/webui/src/lib/stores/chat.svelte.ts