- Notifications
You must be signed in to change notification settings - Fork928
Closed as not planned
Description
Oveview
In#996 we ported over most of the Snackbar implementation from, minusdisplayError
. 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