mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 23:38:13 -05:00
[PR #20826] [CLOSED] Chat 1405 chat button element missing a mouse hover element #64652
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/20826
Author: @Cody-SSC
Created: 1/20/2026
Status: ❌ Closed
Base:
dev← Head:CHAT-1405-Chat-button-element-missing-a-mouse-hover-element📝 Commits (10+)
fde1acbfeat: implement bulk chat deletion functionality and UI enhancements52cb38cfeat: enhance chat selection functionality with bulk actions and UI updatesd49c45afeat: refactor bulk actions to Sidebar and update ChatItem componentb62e4d2fix(healthcheck): change healthcheck_with_db to synchronous for consistency617131ffix(upload): run process_file asynchronously in thread pool executorbff5396fix(upload): make upload_file synchronous to prevent blocking during large file processing8c747d0fix(upload): format upload_file parameters for improved readability1cc91daMerge branch 'dev' into kb-health-check-lockupse845f9efeat(logging/access): reconfigure uvicorn.access logger to provide richer logs. (#253)9225078fix(knowledge): update knowledge file handling for improved consistency📊 Changes
527 files changed (+107725 additions, -71966 deletions)
View changed files
➕
.bandit.yaml(+3 -0)📝
.dockerignore(+18 -1)📝
.env.example(+93 -1)📝
.eslintrc.cjs(+0 -1)➕
.github/CODEOWNERS(+1 -0)➖
.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/bandit-scan.yaml(+114 -0)➕
.github/workflows/bearer-scan.yaml(+129 -0)📝
.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(+32 -370)📝
.github/workflows/format-build-frontend.yaml(+1 -0)➖
.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)...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. Not targeting thedevbranch will lead to immediate closure of the PR.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.