mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #21796] [CLOSED] UI loading update (unverified) + toast message behavior update (globally using -> import { toast } from '$lib/components/common/sonner') #41912
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/21796
Author: @yi-jiaqi
Created: 2/23/2026
Status: ❌ Closed
Base:
main← Head:ui-loading-update📝 Commits (10+)
f232347WIP: Save partial work795045binterface freezing issues and improved latex rendering9c29ba8Merge pull request #47 from NYU-ITS/pdf-latex-exportb74f87asmall font adjustments7d1435fMerge pull request #48 from NYU-ITS/pdf-latex-export177ce0eupdate model display and added edit group workspaceddbe54cAdd: TTS Support with RBAC53d5703Merge: Add KaTeX support alongside TTS RBAC changes5b5ac89Merge branch 'dev_cluster_deployment' of github.com:NYU-ITS/NAGA-open-webui into dev_cluster_deploymentaa4ab52Add: TTS Support with RBAC📊 Changes
464 files changed (+59351 additions, -4638 deletions)
View changed files
📝
.env.example(+16 -1)📝
.github/workflows/format-backend.yaml(+3 -0)📝
.github/workflows/format-build-frontend.yaml(+6 -1)📝
.gitignore(+70 -0)📝
.prettierrc(+0 -1)➕
CODEBASE_IMPROVEMENTS_REPORT.md(+492 -0)➕
CODE_EVALUATION_FINAL.md(+307 -0)➕
CODE_EVALUATION_REPORT.md(+140 -0)➕
COMMIT_HISTORY_SUMMARY.md(+187 -0)➕
CONTAINER_ACCESS_GUIDE.md(+350 -0)➕
CRITICAL_BUG_FIX_TIKA_SERVER_URL.md(+132 -0)➕
DEPLOYMENT_READY_SUMMARY.md(+88 -0)➕
DEPLOYMENT_STEPS.md(+177 -0)➕
DEPLOY_RQ_WORKERS_OPENSHIFT.sh(+144 -0)➕
DOUBLE_CHECK_VERIFICATION.md(+448 -0)📝
Dockerfile(+63 -7)➕
Dockerfile.test(+26 -0)➕
EMBEDDING_PIPELINE_FAILURE_ANALYSIS.md(+409 -0)➕
FINAL_CODE_EVALUATION.md(+244 -0)➕
FINAL_VERIFICATION_REPORT.md(+420 -0)...and 80 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Before submitting, make sure you've checked the following:
devbranch. PRs targetingmainwill be immediately closed.devto ensure no unrelated commits (e.g. frommain) are included. Push updates to the existing PR branch instead of closing and reopening.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
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.