monicahq/chandler
View on GitHubThe toaster component no longer works and needs to be replaced
Open
#279 opened on Nov 1, 2022
front-endhelp wanted
Repository metrics
- Stars
- (279 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
We used to have a toaster that displayed success messages. It broke somehow and now it doesn't work anymore.
It's located in Toaster.vue.
There are two ways of calling it:
- either by putting a message in the local storage, like
localStorage.success = 'The contact has been edited';and then it appears on next page load - or call the toaster directly with
this.flash('The call reason type has been created', 'success');.
I have no idea why it doesn't work anymore. We either need to replace it, or make the current one work.