kolibri icon indicating copy to clipboard operation
kolibri copied to clipboard

Create composable for snackbar state and replace existing logic with it

Open rtibbles opened this issue 1 year ago • 0 comments
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.

rtibbles avatar May 23 '24 20:05 rtibbles