Original PR: https://github.com/open-webui/open-webui/pull/16809 Author: @italic-jinxin Created: 8/22/2025 Status: ❌ Closed
Base: main ← Head: chore/format-code
main
chore/format-code
d809d4b
5550267
4852846
bdce54f
efdb7ff
675bcaa
56 files changed (+4892 additions, -3057 deletions)
📝 .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)
.eslintrc.cjs
CHANGELOG.md
backend/open_webui/env.py
backend/open_webui/main.py
backend/open_webui/static/apple-touch-icon.png
backend/open_webui/static/assets/pdf-style.css
backend/open_webui/static/custom.css
backend/open_webui/static/favicon.ico
backend/open_webui/static/favicon.png
backend/open_webui/static/favicon.svg
backend/open_webui/static/logo.png
backend/open_webui/static/splash.png
backend/open_webui/static/swagger-ui/swagger-ui-bundle.js
package-lock.json
package.json
src/app.html
src/lib/apis/nearai/index.ts
src/lib/components/admin/Evaluations/Leaderboard.svelte
src/lib/components/admin/Settings.svelte
src/lib/components/admin/Settings/General.svelte
...and 36 more files
format code for frontend codebase
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/16809
Author: @italic-jinxin
Created: 8/22/2025
Status: ❌ Closed
Base:
main← Head:chore/format-code📝 Commits (6)
d809d4bfeat: model and message verification (#14)5550267feat: welcome page (#12)4852846feat: disable some features (#16)bdce54ffeat: disable more user ui features (#21)efdb7fffeat: disable admin and user features (#22)675bcaachore: format code📊 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.