mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #19576] [CLOSED] feat: add loading indicator for bulk delete #25252
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/19576
Author: @seanssc-hue
Created: 11/28/2025
Status: ❌ Closed
Base:
main← Head:chat-1286📝 Commits (10+)
6ff46cdfix(migration): format new migration for user behaviour functionalitydede9a7Merge pull request #188 from ssc-dsai/chat-7209a4effbfeat(docker): add disk usage analysis and cleanup step to Docker build workflowd946c81feat(user): add role update functionality in EditUserModalf972d3efix(retrieval): add missing dependency (CHAT-879).8f2a716Merge pull request #202 from ssc-dsai/fix-tiktoken-missing-dependencyecb7e14Merge branch 'fix-tiktoken-missing-dependency' into dev10d5ca7Merge pull request #199 from ssc-dsai/chat-7206c61a97feat(docker): optimize disk usage during builds and cleanup processes3803f97Merge pull request #203 from ssc-dsai/fix-docker-build-space-issue📊 Changes
446 files changed (+37215 additions, -62241 deletions)
View changed files
📝
.dockerignore(+17 -1)📝
.env.example(+45 -1)➖
.github/FUNDING.yml(+0 -1)📝
.github/ISSUE_TEMPLATE/bug_report.md(+3 -3)📝
.github/ISSUE_TEMPLATE/feature_request.md(+2 -2)📝
.github/dependabot.yml(+8 -2)📝
.github/workflows/build-release.yml(+2 -2)➖
.github/workflows/codespell.disabled(+0 -25)➖
.github/workflows/deploy-to-hf-spaces.yml(+0 -63)📝
.github/workflows/docker-build.yaml(+8 -415)➖
.github/workflows/integration-test.yml(+0 -253)➖
.github/workflows/lint-backend.disabled(+0 -27)➖
.github/workflows/lint-frontend.disabled(+0 -21)➖
.github/workflows/release-pypi.yml(+0 -32)➕
.github/workflows/security-scan-trivy.yaml(+47 -0)📝
.gitignore(+3 -0)➕
.vscode/launch.json(+22 -0)📝
CHANGELOG.md(+433 -1)📝
CODE_OF_CONDUCT.md(+83 -57)📝
Dockerfile(+145 -42)...and 80 more files
📄 Description
Summary
This PR adds a loading indicator to improve user feedback when deleting chats in bulk. Previously, users received no visual confirmation that the deletion process had started, which could cause confusion.
Changes
Implemented a loading indicator that appears during bulk deletion.
Disabled all related action buttons while the deletion is in progress.
Re-enabled buttons and removed the loading indicator once the process completes.
Screenshot of loading indicator as attached.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.