mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #23172] issue: Shift+Click rapid deletion on chat list triggers multiple error toasts — needs loading state or debounce #19905
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?
Originally created by @ShirasawaSama on GitHub (Mar 28, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23172
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.8.12
Ollama Version (if applicable)
No response
Operating System
Mac
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Actual Behavior
Multiple delete API requests are fired in rapid succession. Since the chat is already deleted after the first request, the subsequent requests fail and each one triggers a separate error toast — resulting in a stack of identical "We could not find what you looking for :/" error notifications flooding the screen.
Steps to Reproduce
Shift(to skip the confirmation dialog).Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Apr 1, 2026):
Should be addressed in dev.
@Classic298 commented on GitHub (Apr 1, 2026):
61558d59c3