kolibri
kolibri copied to clipboard
Create composable for connection monitoring and replace existing logic with it
Currently, connection monitoring is handled by vuex state, this can be replaced by an internal facing (not exposed in the core API) composable module that defines state at the module level in order to provide a global record of connection monitoring.