[PR #5197] [MERGED] 0.3.19 #60499

Closed
opened 2026-05-06 03:21:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/5197
Author: @tjbck
Created: 9/5/2024
Status: Merged
Merged: 9/5/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

12 files changed (+223 additions, -116 deletions)

View changed files

📝 CHANGELOG.md (+15 -0)
📝 backend/open_webui/apps/webui/main.py (+18 -16)
📝 backend/open_webui/apps/webui/utils.py (+21 -25)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/lib/components/chat/ChatControls.svelte (+51 -55)
📝 src/lib/components/chat/Messages/Placeholder.svelte (+2 -2)
📝 src/lib/components/chat/ModelSelector.svelte (+9 -5)
📝 src/lib/components/chat/ModelSelector/Selector.svelte (+2 -2)
src/lib/components/common/Drawer.svelte (+94 -0)
📝 src/lib/components/layout/Sidebar.svelte (+2 -2)
📝 src/lib/i18n/locales/zh-CN/translation.json (+6 -6)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/5197 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 9/5/2024 **Status:** ✅ Merged **Merged:** 9/5/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`1c94f4d`](https://github.com/open-webui/open-webui/commit/1c94f4dd71f24d0e42bc7ac1d58d4c4fc07dffe2) i18n: Update Chinese translation - [`73576df`](https://github.com/open-webui/open-webui/commit/73576dfcafb679bde28512f3560704e1cc198ad0) Merge pull request #5180 from open-webui/main - [`7b31ef6`](https://github.com/open-webui/open-webui/commit/7b31ef60fbcf3786072931bccd24f8a297663ab6) Merge pull request #5161 from KarlLee830/translate - [`ca4beb4`](https://github.com/open-webui/open-webui/commit/ca4beb413b25e937d0eccbc3362fcd76f797804e) refac: styling - [`1cac9fc`](https://github.com/open-webui/open-webui/commit/1cac9fce46b4e92b9d47fa9b33b4bc85f92b8797) Merge pull request #5182 from open-webui/main - [`3b868be`](https://github.com/open-webui/open-webui/commit/3b868be77bec6fc6c556991357331337e30863a8) Merge pull request #5185 from open-webui/main - [`7edfffd`](https://github.com/open-webui/open-webui/commit/7edfffdcc58ad2fc44833421168701cc9062c82a) refac: styling - [`31623ff`](https://github.com/open-webui/open-webui/commit/31623ff330b264ca194471bcf2dc47d013c3a5f9) refac: styling - [`21e81d7`](https://github.com/open-webui/open-webui/commit/21e81d78d900c6c38f8766d2dcbaa53572c53cb4) refac - [`8b67959`](https://github.com/open-webui/open-webui/commit/8b67959695943067458bac33cc2fdbcec214809a) refac: styling ### 📊 Changes **12 files changed** (+223 additions, -116 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+15 -0) 📝 `backend/open_webui/apps/webui/main.py` (+18 -16) 📝 `backend/open_webui/apps/webui/utils.py` (+21 -25) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/lib/components/chat/ChatControls.svelte` (+51 -55) 📝 `src/lib/components/chat/Messages/Placeholder.svelte` (+2 -2) 📝 `src/lib/components/chat/ModelSelector.svelte` (+9 -5) 📝 `src/lib/components/chat/ModelSelector/Selector.svelte` (+2 -2) ➕ `src/lib/components/common/Drawer.svelte` (+94 -0) 📝 `src/lib/components/layout/Sidebar.svelte` (+2 -2) 📝 `src/lib/i18n/locales/zh-CN/translation.json` (+6 -6) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-06 03:21:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#60499