nuxeo-app element is currently handling all the notifications and toasts in Web UI and the code base is getting bigger and hard to maintain.
Our goal is to create a new snackbar/toast element to wrap the use of the mwc-snackbar. This element has multiple purposes:
- manage multiple snackbar instances
- wrap the use of the mwc-snackbar
- hide the necessary hacks to display multiple mwc-snackbar in Web UI
- is related to
-
WEBUI-296 Improve notification handling in Web UI
- Resolved