[PR #1363] [MERGED] fix #7443

Closed
opened 2025-11-11 17:26:29 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1363
Author: @tjbck
Created: 3/31/2024
Status: Merged
Merged: 3/31/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (9)

📊 Changes

17 files changed (+1540 additions, -1539 deletions)

View changed files

📝 .github/workflows/format-backend.yaml (+21 -11)
📝 .github/workflows/format-build-frontend.yaml (+27 -16)
📝 backend/data/config.json (+23 -35)
📝 backend/main.py (+1 -1)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -2)
📝 src/lib/i18n/locales/ca-ES/translation.json (+1 -1)
📝 src/lib/i18n/locales/it-IT/translation.json (+363 -363)
📝 src/lib/i18n/locales/ja-JP/translation.json (+363 -363)
📝 src/lib/i18n/locales/languages.json (+1 -1)
📝 src/lib/i18n/locales/pt-PT/translation.json (+363 -363)
📝 src/lib/i18n/locales/ru-RU/translation.json (+1 -1)
📝 src/lib/i18n/locales/vi-VN/translation.json (+362 -362)
📝 src/tailwind.css (+5 -4)
📝 static/manifest.json (+1 -1)
📝 svelte.config.js (+5 -7)
test.json (+0 -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/1363 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 3/31/2024 **Status:** ✅ Merged **Merged:** 3/31/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (9) - [`6c2eb81`](https://github.com/open-webui/open-webui/commit/6c2eb814edb57ff9edbf00da9d7830a43e46f1d4) Update format-backend.yaml - [`b391ad1`](https://github.com/open-webui/open-webui/commit/b391ad12ae5bfaf7c3e410bc7fd4ff23288798c3) refac: format backend ci - [`90a03c3`](https://github.com/open-webui/open-webui/commit/90a03c331d6c5deee7d0c49ee1231ea774dad868) refac: ci - [`7845725`](https://github.com/open-webui/open-webui/commit/784572590f019e304675fc4e6650077fcf9c9680) chore: frontend i18n formatting - [`d630485`](https://github.com/open-webui/open-webui/commit/d6304850515ee3049e6493da6acbe22b976cb26c) chore: delete test.json - [`43832d1`](https://github.com/open-webui/open-webui/commit/43832d165f487f6cfd15f89a42fee93e880ef6ae) chore: frontend formatting - [`bbb6310`](https://github.com/open-webui/open-webui/commit/bbb63104eaf59dfe75aaa99ccc78a6d89052b904) chore: frontend format - [`174c082`](https://github.com/open-webui/open-webui/commit/174c082c69768fd9067577ed10ac02dba32c293a) chore: frontend formatting - [`1d7ca44`](https://github.com/open-webui/open-webui/commit/1d7ca44017717f21c0d0315e236c46e412c765d1) fix: config data issue ### 📊 Changes **17 files changed** (+1540 additions, -1539 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/format-backend.yaml` (+21 -11) 📝 `.github/workflows/format-build-frontend.yaml` (+27 -16) 📝 `backend/data/config.json` (+23 -35) 📝 `backend/main.py` (+1 -1) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -2) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/it-IT/translation.json` (+363 -363) 📝 `src/lib/i18n/locales/ja-JP/translation.json` (+363 -363) 📝 `src/lib/i18n/locales/languages.json` (+1 -1) 📝 `src/lib/i18n/locales/pt-PT/translation.json` (+363 -363) 📝 `src/lib/i18n/locales/ru-RU/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/vi-VN/translation.json` (+362 -362) 📝 `src/tailwind.css` (+5 -4) 📝 `static/manifest.json` (+1 -1) 📝 `svelte.config.js` (+5 -7) ➖ `test.json` (+0 -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 2025-11-11 17:26:29 -06: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#7443