Snackbar refactor
For #185 (closed)
- Use helpers (like
showInfoMsg
,showErrorMsg
) instead of setting the full snackbar parameters. - Extract the snackbar slice in its own store to flatten the parameters object in the store.
Edited by Loic Huder
For #185 (closed)
showInfoMsg
, showErrorMsg
) instead of setting the full snackbar parameters.