kolibri
kolibri copied to clipboard
Create composable for snackbar state and replace existing logic with it
trafficstars
Currently the snackbar state is handled by vuex state.
This should be replaced by a composable module exposed on the core API that provides access to the state and methods for manipulating the snackbar. All state should be stored in the module to provide a global store.