sensu / sensu-go

Simple. Scalable. Multi-cloud monitoring.
https://sensu.io
MIT License
1k stars 178 forks source link

Executing multiple checks clutters the UI with green notification boxes which must be cleared one at at time before that side of the UI can be used again. #5057

Open ipaqmaster opened 3 months ago

ipaqmaster commented 3 months ago

Expected Behavior

Notifications to be handled in a non-obstructive manner.

Current Behavior

Notifications will clutter the screen preventing navigation features under the corner of which they appear.

This also happens with just a single notification blocking any buttons in the bottom right of the page.

Possible Solution

Have notifications appear top down and add a limit of how many draw at once rather than letting them pile up in the tens.

Steps to Reproduce (for bugs)

  1. Do anything in the web UI which causes a popup notification to appear in the bottom right corner
  2. Be unable to use the buttons down there until that notification goes away (This gets worse when executing bulk tasks)

Context

I've had issues with the web UI's clutter in the past though this problem is pressing enough to complain about. This ui popup when performing actions prevents navigation until its gone. Trying to dismiss each one with the X button is fruitless when there's a ton of them instantly piled up in the corner.

Your Environment