mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
Feat: Refine Notification Behavior to Prevent Excessive Alerts During Task Generation #1074
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 @bannert1337 on GitHub (May 30, 2024).
Is your feature request related to a problem? Please describe.
I'm always frustrated when I use Open WebUI with notifications enabled and shift focus to another application. The system bombards me with a continuous stream of notifications until the generation is complete, which is extremely annoying as these notifications trigger sound alerts and are constantly displayed. This issue was experienced on an Arch-based system using Firefox.
Describe the solution you'd like
I would like the notification system to be refined to prevent excessive alerts. Ideally, if a task is still in progress, there should be an option to either mute subsequent notifications until the task is complete or aggregate multiple notifications into a single alert to minimize disruption.
Describe alternatives you've considered
Additional context
This is a significant usability concern that could affect productivity, especially for users performing generation tasks frequently. A more streamlined notification approach would greatly enhance the user experience. Screenshots below illustrate the rapid succession of notifications currently being experienced:
Notification DDoS
@bannert1337 commented on GitHub (May 30, 2024):
Also happens when focus is on different browser tab.
@tjbck commented on GitHub (May 31, 2024):
Fixed on dev!