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
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)
Do anything in the web UI which causes a popup notification to appear in the bottom right corner
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
Sensu version used (sensuctl, sensu-backend, and/or sensu-agent):
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)
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