You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #996 we ported over most of the Snackbar implementation from, minus displayError. The original implementation used Browser events and the code is a bit stale.
This ticket has two main tasks:
Port the event code into XService paradigm
Refactor/clean-up the code into our best practices and conventions