Refactor Sidebar Health status component to use Vue + Apollo
Currently, issue sidebar Health status
component is implemented with mediator store and has a binding to notes
Vuex store. In order to align all sidebar components to use the same stack, make them reusable and be ready for GraphQL subscription-based realtime updates, we need to refactor this component to use Vue + Apollo client stack.
Edited by Natalia Tepluhina