mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-09 07:18:29 -05:00
[PR #16809] [CLOSED] chore: format ui code #11043
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.