[PR #18763] [CLOSED] Dev patch mermaid diagram errors #63766

Closed
opened 2026-05-06 08:48:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/18763
Author: @rgaricano
Created: 10/31/2025
Status: Closed

Base: mainHead: dev-patch_mermaid_-diagram_errors


📝 Commits (10+)

  • eff4022 i18n: add more greek translations
  • 27e85e4 Merge pull request #18372 from Tsafaras/i18n/more-greek-translations
  • c0a91b5 Update translation.json (pt-BR)
  • f97e739 Merge pull request #18394 from joaoback/patch-13
  • 6cb58af feat: add new feature or fix bug
  • 6a0300f build(deps): bump python-jose from 1.4.0 to 1.5.0
  • f39f29c build(deps): bump unstructured from 0.16.17 to 0.18.15
  • d6915c0 Merge pull request #18430 from athoik/bump_unstructured
  • f503ba4 Merge pull request #18424 from athoik/bump_python_jose
  • 6910127 Merge pull request #18413 from zhsh-12/fix-manifest-duplicate-crossorigin

📊 Changes

9 files changed (+627 additions, -538 deletions)

View changed files

📝 backend/requirements.txt (+2 -2)
📝 pyproject.toml (+2 -2)
📝 src/app.css (+2 -2)
📝 src/app.html (+0 -1)
📝 src/lib/components/chat/Chat.svelte (+8 -1)
📝 src/lib/components/chat/Messages/CodeBlock.svelte (+100 -20)
📝 src/lib/i18n/locales/el-GR/translation.json (+489 -489)
📝 src/lib/i18n/locales/pt-BR/translation.json (+11 -11)
📝 src/lib/utils/index.ts (+13 -10)

📄 Description

UPD: Mermaid Errors Management

Contributor License Agreement

By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.


🔄 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/18763 **Author:** [@rgaricano](https://github.com/rgaricano) **Created:** 10/31/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dev-patch_mermaid_-diagram_errors` --- ### 📝 Commits (10+) - [`eff4022`](https://github.com/open-webui/open-webui/commit/eff40229fe085fdfae9215315481b3c9d26ee9c4) i18n: add more greek translations - [`27e85e4`](https://github.com/open-webui/open-webui/commit/27e85e448b821c28cec03c8996486579162888fe) Merge pull request #18372 from Tsafaras/i18n/more-greek-translations - [`c0a91b5`](https://github.com/open-webui/open-webui/commit/c0a91b566b4d2bf91a40cd0fdd3a9b16df445091) Update translation.json (pt-BR) - [`f97e739`](https://github.com/open-webui/open-webui/commit/f97e73962a9148b615cd1993f90ba06a15095290) Merge pull request #18394 from joaoback/patch-13 - [`6cb58af`](https://github.com/open-webui/open-webui/commit/6cb58af3db3cb418dc525d68c03c4f946642e6af) feat: add new feature or fix bug - [`6a0300f`](https://github.com/open-webui/open-webui/commit/6a0300fdb71eaacf48b75372c7ee688146334727) build(deps): bump python-jose from 1.4.0 to 1.5.0 - [`f39f29c`](https://github.com/open-webui/open-webui/commit/f39f29c38f0c523714194495a7f307220db444c1) build(deps): bump unstructured from 0.16.17 to 0.18.15 - [`d6915c0`](https://github.com/open-webui/open-webui/commit/d6915c0f401d71eeddb29ae065690a8bd29a5e60) Merge pull request #18430 from athoik/bump_unstructured - [`f503ba4`](https://github.com/open-webui/open-webui/commit/f503ba499cf4de2433fd429d6e181d9be5f64798) Merge pull request #18424 from athoik/bump_python_jose - [`6910127`](https://github.com/open-webui/open-webui/commit/691012782a0b66077a9fc18ac620243cd53e9e66) Merge pull request #18413 from zhsh-12/fix-manifest-duplicate-crossorigin ### 📊 Changes **9 files changed** (+627 additions, -538 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+2 -2) 📝 `pyproject.toml` (+2 -2) 📝 `src/app.css` (+2 -2) 📝 `src/app.html` (+0 -1) 📝 `src/lib/components/chat/Chat.svelte` (+8 -1) 📝 `src/lib/components/chat/Messages/CodeBlock.svelte` (+100 -20) 📝 `src/lib/i18n/locales/el-GR/translation.json` (+489 -489) 📝 `src/lib/i18n/locales/pt-BR/translation.json` (+11 -11) 📝 `src/lib/utils/index.ts` (+13 -10) </details> ### 📄 Description UPD: Mermaid Errors Management ### Contributor License Agreement By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. --- <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 08:48:43 -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#63766