Allow Toast notifications to stack #428
Labels
2 - Working
A user or team member has started working on the issue
Accessibility
Represents issues that are related to accessibility in UI such as WCAG, etc.
Bug
Issues where something has happened which was not expected or intended
ChocolateyCentralManagement
Checklist
What You Are Seeing?
Toast notifications use one element which the text is appended to every time a new notification needs shown. In most cases, this is fine, but it becomes a problem if more than one Toast notification needs to be shown at a time. For instance, maybe two operations were done back to back, and they both need either a success/fail notification.
What is Expected?
Toast notification should be added one by one when they are needed. After they have been dismissed (either manually, or after the time limit), then they should be removed from the dom. This will allow Toast notifications to stack, and more than one to be shown at a time.
How Did You Get This To Happen?
I ran into this issue when needing to save a Deployment Step and show a "Saved Success Message" and then immediately go to duplicate a Step and show an other "Successful Duplication" message. When doing this, the first notification was immediately replaced, and was unable to be seen or announced by screen readers.
System Details
choco-theme 0.13.1
Installed Packages
Output Log
Additional Context
No response
┆Issue is synchronized with this Gitlab issue by Unito
The text was updated successfully, but these errors were encountered: