appuniversum / ember-appuniversum

Ember addon wrapping the appuniversum components.
https://appuniversum.github.io/ember-appuniversum
MIT License
14 stars 11 forks source link

Addition of clear action within toaster service #413

Closed brenner-company closed 1 year ago

brenner-company commented 1 year ago

In addition to https://github.com/appuniversum/ember-appuniversum/issues/397:

To replace our current & legacy toaster (service) with the one provided within ember-appuniversum we would also need a clear function within the toaster service. This would be used in specific situations where the toast is not applicable anymore after being displayed.

I've made a draft PR as a proof-of-concept that can be checked out if needed.