segeeslice / Meetify-UI

This is the React-driven UI for the Meetify program
GNU General Public License v3.0
2 stars 1 forks source link

Handle multiple consecutive alerts #22

Closed segeeslice closed 3 years ago

segeeslice commented 3 years ago

Prior to this update, if a new alert came in prior to the previous one closing, it would simply overwrite the text and very quickly disappear, potentially causing alerts to be missed.

This update changes this to handle a queue of individually dismissable alerts in the background, allowing for consecutive alerts to appear after one another without any changes to method API.

Closes #13