Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid duplicate error notifications on screen #7353

Closed
fregante opened this issue Jan 17, 2024 · 1 comment · Fixed by #7473
Closed

Avoid duplicate error notifications on screen #7353

fregante opened this issue Jan 17, 2024 · 1 comment · Fixed by #7473
Assignees
Labels
bug Something isn't working user experience Improve the user experience (UX)

Comments

@fregante
Copy link
Collaborator

IMG_4465

As seen in https://pixiebrix.slack.com/archives/C0436P48QHY/p1705451796174779, the user might occasionally be presented with walls of notifications and errors.

I think we can relatively easily avoid this:

  1. Remove an identical notification from screen before creating a new one
  2. Add a counter, on the icon or in the text (easier)

    An error occurred adding 1 context menu item (s) (x6)

@fregante fregante added bug Something isn't working user experience Improve the user experience (UX) and removed bug Something isn't working labels Jan 17, 2024
@grahamlangford grahamlangford added the bug Something isn't working label Jan 22, 2024
@fregante fregante self-assigned this Jan 28, 2024
@fregante
Copy link
Collaborator Author

I'll check if the code allows deduplicating this specific notification first, e.g. by coalescing the errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working user experience Improve the user experience (UX)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants