Original PR: https://github.com/open-webui/open-webui/pull/13758 Author: @tjbck Created: 5/10/2025 Status: ✅ Merged Merged: 5/10/2025 Merged by: @tjbck
Base: main ← Head: dev
main
dev
be85f7c
ba69c75
30cc51e
de69c08
867fddb
3ad5a7d
92e2cfd
c56d696
62 files changed (+293 additions, -55 deletions)
📝 CHANGELOG.md (+13 -0) 📝 package-lock.json (+2 -2) 📝 package.json (+1 -1) 📝 src/lib/components/admin/Settings/Interface.svelte (+79 -5) 📝 src/lib/components/chat/Chat.svelte (+36 -21) 📝 src/lib/components/chat/Messages.svelte (+3 -2) 📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+2 -2) 📝 src/lib/components/chat/Messages/UserMessage.svelte (+85 -20) 📝 src/lib/components/common/ConfirmDialog.svelte (+19 -1) 📝 src/lib/i18n/locales/ar-BH/translation.json (+1 -0) 📝 src/lib/i18n/locales/ar/translation.json (+1 -0) 📝 src/lib/i18n/locales/bg-BG/translation.json (+1 -0) 📝 src/lib/i18n/locales/bn-BD/translation.json (+1 -0) 📝 src/lib/i18n/locales/bo-TB/translation.json (+1 -0) 📝 src/lib/i18n/locales/ca-ES/translation.json (+1 -0) 📝 src/lib/i18n/locales/ceb-PH/translation.json (+1 -0) 📝 src/lib/i18n/locales/cs-CZ/translation.json (+1 -0) 📝 src/lib/i18n/locales/da-DK/translation.json (+1 -0) 📝 src/lib/i18n/locales/de-DE/translation.json (+1 -0) 📝 src/lib/i18n/locales/dg-DG/translation.json (+1 -0)
CHANGELOG.md
package-lock.json
package.json
src/lib/components/admin/Settings/Interface.svelte
src/lib/components/chat/Chat.svelte
src/lib/components/chat/Messages.svelte
src/lib/components/chat/Messages/ResponseMessage.svelte
src/lib/components/chat/Messages/UserMessage.svelte
src/lib/components/common/ConfirmDialog.svelte
src/lib/i18n/locales/ar-BH/translation.json
src/lib/i18n/locales/ar/translation.json
src/lib/i18n/locales/bg-BG/translation.json
src/lib/i18n/locales/bn-BD/translation.json
src/lib/i18n/locales/bo-TB/translation.json
src/lib/i18n/locales/ca-ES/translation.json
src/lib/i18n/locales/ceb-PH/translation.json
src/lib/i18n/locales/cs-CZ/translation.json
src/lib/i18n/locales/da-DK/translation.json
src/lib/i18n/locales/de-DE/translation.json
src/lib/i18n/locales/dg-DG/translation.json
...and 42 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/13758
Author: @tjbck
Created: 5/10/2025
Status: ✅ Merged
Merged: 5/10/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (8)
be85f7cfix: confirm dialog focusba69c75refac: temporary chat behaviour30cc51efeat: edit message filesde69c08enh: alert private task model867fddbchore: format3ad5a7dchore: bump92e2cfdrefacc56d696doc: changelog📊 Changes
62 files changed (+293 additions, -55 deletions)
View changed files
📝
CHANGELOG.md(+13 -0)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
src/lib/components/admin/Settings/Interface.svelte(+79 -5)📝
src/lib/components/chat/Chat.svelte(+36 -21)📝
src/lib/components/chat/Messages.svelte(+3 -2)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+2 -2)📝
src/lib/components/chat/Messages/UserMessage.svelte(+85 -20)📝
src/lib/components/common/ConfirmDialog.svelte(+19 -1)📝
src/lib/i18n/locales/ar-BH/translation.json(+1 -0)📝
src/lib/i18n/locales/ar/translation.json(+1 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+1 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+1 -0)📝
src/lib/i18n/locales/bo-TB/translation.json(+1 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+1 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+1 -0)📝
src/lib/i18n/locales/cs-CZ/translation.json(+1 -0)📝
src/lib/i18n/locales/da-DK/translation.json(+1 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+1 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+1 -0)...and 42 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.