[PR #4770] [CLOSED] fix:Reformat mail content #21558

Closed
opened 2026-04-20 03:35:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/4770
Author: @shuanghai-yu
Created: 8/21/2024
Status: Closed

Base: devHead: reformat_mail_content


📝 Commits (10+)

  • dbfcad1 feat: title change
  • 6b791f0 feat: ui customization
  • eab8a03 update: sidebar layout
  • 2e1ca17 update: icon & title replacement
  • 46a720e feat: hide doc in chat & ui update
  • b1844e4 update: system name
  • 9fd67c0 Merge pull request #1 from ciai-engineering/fe-dev
  • 6f864ae enable external host
  • c1ce535 set workflow
  • 5f600f0 update: change model select & add doc mng & bot name

📊 Changes

117 files changed (+4742 additions, -786 deletions)

View changed files

📝 .github/workflows/build-release.yml (+6 -3)
📝 .github/workflows/docker-build.yaml (+254 -252)
📝 Dockerfile (+42 -0)
HelmDeploy.md (+59 -0)
📝 backend/apps/audio/main.py (+1 -1)
📝 backend/apps/images/main.py (+8 -8)
📝 backend/apps/litellm/main.py (+1 -1)
📝 backend/apps/ollama/main.py (+29 -25)
📝 backend/apps/rag/main.py (+53 -5)
📝 backend/apps/rag/utils.py (+28 -25)
📝 backend/apps/web/internal/db.py (+44 -0)
📝 backend/apps/web/internal/migrations/001_initial_schema.py (+2 -0)
backend/apps/web/internal/migrations/008_add_tools.py.py (+60 -0)
📝 backend/apps/web/main.py (+5 -0)
📝 backend/apps/web/models/auths.py (+5 -1)
backend/apps/web/models/services.py (+35 -0)
backend/apps/web/models/staffs.py (+51 -0)
backend/apps/web/models/tools.py (+127 -0)
📝 backend/apps/web/models/users.py (+5 -0)
📝 backend/apps/web/routers/auths.py (+127 -19)

...and 80 more files

📄 Description

Pull Request Checklist

To fix this issue

image

Changelog Entry

Description

  • adjust the with for long text in dept field

Added

  • the word template becaue it is the source of pdf template

Changed

  • change the style of template and font

Removed

  • remove the old pdf template

🔄 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/4770 **Author:** [@shuanghai-yu](https://github.com/shuanghai-yu) **Created:** 8/21/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `reformat_mail_content` --- ### 📝 Commits (10+) - [`dbfcad1`](https://github.com/open-webui/open-webui/commit/dbfcad1f3cef8bcf191b8daa1fff40e9b68d182a) feat: title change - [`6b791f0`](https://github.com/open-webui/open-webui/commit/6b791f010d3c41ab9dc3cf5d13b7504a76a4b758) feat: ui customization - [`eab8a03`](https://github.com/open-webui/open-webui/commit/eab8a038e76280d188ea524130a058681403cfba) update: sidebar layout - [`2e1ca17`](https://github.com/open-webui/open-webui/commit/2e1ca177e14d405d9a0bdd50c9db993c68215979) update: icon & title replacement - [`46a720e`](https://github.com/open-webui/open-webui/commit/46a720efe92168b541c730e92cae5b81783f5023) feat: hide doc in chat & ui update - [`b1844e4`](https://github.com/open-webui/open-webui/commit/b1844e4ea9d3c3db47427352813979eea9d9fe85) update: system name - [`9fd67c0`](https://github.com/open-webui/open-webui/commit/9fd67c04cdf6008053b1901ed7a0d963216e7794) Merge pull request #1 from ciai-engineering/fe-dev - [`6f864ae`](https://github.com/open-webui/open-webui/commit/6f864ae271aca3cae92c955c8fccde6761f80031) enable external host - [`c1ce535`](https://github.com/open-webui/open-webui/commit/c1ce5355062e0f617ab7317f64633e07bee76dd4) set workflow - [`5f600f0`](https://github.com/open-webui/open-webui/commit/5f600f0e8bc7f784c24693b437585551fe230b04) update: change model select & add doc mng & bot name ### 📊 Changes **117 files changed** (+4742 additions, -786 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-release.yml` (+6 -3) 📝 `.github/workflows/docker-build.yaml` (+254 -252) 📝 `Dockerfile` (+42 -0) ➕ `HelmDeploy.md` (+59 -0) 📝 `backend/apps/audio/main.py` (+1 -1) 📝 `backend/apps/images/main.py` (+8 -8) 📝 `backend/apps/litellm/main.py` (+1 -1) 📝 `backend/apps/ollama/main.py` (+29 -25) 📝 `backend/apps/rag/main.py` (+53 -5) 📝 `backend/apps/rag/utils.py` (+28 -25) 📝 `backend/apps/web/internal/db.py` (+44 -0) 📝 `backend/apps/web/internal/migrations/001_initial_schema.py` (+2 -0) ➕ `backend/apps/web/internal/migrations/008_add_tools.py.py` (+60 -0) 📝 `backend/apps/web/main.py` (+5 -0) 📝 `backend/apps/web/models/auths.py` (+5 -1) ➕ `backend/apps/web/models/services.py` (+35 -0) ➕ `backend/apps/web/models/staffs.py` (+51 -0) ➕ `backend/apps/web/models/tools.py` (+127 -0) 📝 `backend/apps/web/models/users.py` (+5 -0) 📝 `backend/apps/web/routers/auths.py` (+127 -19) _...and 80 more files_ </details> ### 📄 Description # Pull Request Checklist ### To fix this issue ![image](https://github.com/user-attachments/assets/aab51d41-ddde-40db-b2a8-7583c82158fb) # Changelog Entry ### Description - adjust the with for long text in dept field ### Added - the word template becaue it is the source of pdf template ### Changed - change the style of template and font ### Removed - remove the old pdf template --- <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-04-20 03:35:09 -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#21558