[PR #16809] [CLOSED] chore: format ui code #11043

Closed
opened 2025-11-11 19:20:25 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/16809
Author: @italic-jinxin
Created: 8/22/2025
Status: Closed

Base: mainHead: chore/format-code


📝 Commits (6)

📊 Changes

56 files changed (+4892 additions, -3057 deletions)

View changed files

📝 .eslintrc.cjs (+4 -1)
📝 CHANGELOG.md (+0 -1)
📝 backend/open_webui/env.py (+3 -3)
📝 backend/open_webui/main.py (+177 -1)
📝 backend/open_webui/static/apple-touch-icon.png (+0 -0)
📝 backend/open_webui/static/assets/pdf-style.css (+2 -1)
backend/open_webui/static/custom.css (+0 -0)
📝 backend/open_webui/static/favicon.ico (+0 -0)
📝 backend/open_webui/static/favicon.png (+0 -0)
📝 backend/open_webui/static/favicon.svg (+4 -3)
📝 backend/open_webui/static/logo.png (+0 -0)
📝 backend/open_webui/static/splash.png (+0 -0)
📝 backend/open_webui/static/swagger-ui/swagger-ui-bundle.js (+2998 -2874)
📝 package-lock.json (+25 -16)
📝 package.json (+2 -0)
📝 src/app.html (+4 -4)
src/lib/apis/nearai/index.ts (+72 -0)
📝 src/lib/components/admin/Evaluations/Leaderboard.svelte (+1 -1)
📝 src/lib/components/admin/Settings.svelte (+2 -2)
📝 src/lib/components/admin/Settings/General.svelte (+2 -2)

...and 36 more files

📄 Description

format code for frontend codebase


🔄 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/16809 **Author:** [@italic-jinxin](https://github.com/italic-jinxin) **Created:** 8/22/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `chore/format-code` --- ### 📝 Commits (6) - [`d809d4b`](https://github.com/open-webui/open-webui/commit/d809d4b7381a619b94bf4d9c38591e7f7740de17) feat: model and message verification (#14) - [`5550267`](https://github.com/open-webui/open-webui/commit/555026759f1b9cf5889cc7e7be2110c983867c22) feat: welcome page (#12) - [`4852846`](https://github.com/open-webui/open-webui/commit/48528465b295b5a3cab38a17ee1c3226f324ca28) feat: disable some features (#16) - [`bdce54f`](https://github.com/open-webui/open-webui/commit/bdce54f530bab9ce8ed198c5e70e340cd581d95f) feat: disable more user ui features (#21) - [`efdb7ff`](https://github.com/open-webui/open-webui/commit/efdb7ff238524ba1a36bc5eb7796ab805cf1c402) feat: disable admin and user features (#22) - [`675bcaa`](https://github.com/open-webui/open-webui/commit/675bcaa1da4f350a6d8d86b1e2465a1dff9b69cd) chore: format code ### 📊 Changes **56 files changed** (+4892 additions, -3057 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.cjs` (+4 -1) 📝 `CHANGELOG.md` (+0 -1) 📝 `backend/open_webui/env.py` (+3 -3) 📝 `backend/open_webui/main.py` (+177 -1) 📝 `backend/open_webui/static/apple-touch-icon.png` (+0 -0) 📝 `backend/open_webui/static/assets/pdf-style.css` (+2 -1) ➕ `backend/open_webui/static/custom.css` (+0 -0) 📝 `backend/open_webui/static/favicon.ico` (+0 -0) 📝 `backend/open_webui/static/favicon.png` (+0 -0) 📝 `backend/open_webui/static/favicon.svg` (+4 -3) 📝 `backend/open_webui/static/logo.png` (+0 -0) 📝 `backend/open_webui/static/splash.png` (+0 -0) 📝 `backend/open_webui/static/swagger-ui/swagger-ui-bundle.js` (+2998 -2874) 📝 `package-lock.json` (+25 -16) 📝 `package.json` (+2 -0) 📝 `src/app.html` (+4 -4) ➕ `src/lib/apis/nearai/index.ts` (+72 -0) 📝 `src/lib/components/admin/Evaluations/Leaderboard.svelte` (+1 -1) 📝 `src/lib/components/admin/Settings.svelte` (+2 -2) 📝 `src/lib/components/admin/Settings/General.svelte` (+2 -2) _...and 36 more files_ </details> ### 📄 Description format code for frontend codebase --- <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 19:20:25 -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#11043