From f3e66c2feea5ea89e0eff92ed73f2ef0bf403e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Fern=C3=A1ndez?= Date: Sat, 18 May 2024 12:54:53 +0200 Subject: [PATCH 1/2] refactor: non working watchers in all branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fernando Fernández --- .../src/components/Layout/AppBar/AppBar.vue | 4 +- frontend/src/plugins/remote/sdk/index.ts | 4 +- frontend/src/plugins/router/index.ts | 57 +++++++++---------- frontend/src/store/index.ts | 13 ++++- 4 files changed, 40 insertions(+), 38 deletions(-) diff --git a/frontend/src/components/Layout/AppBar/AppBar.vue b/frontend/src/components/Layout/AppBar/AppBar.vue index d5ed673b022..dd77d974dbe 100644 --- a/frontend/src/components/Layout/AppBar/AppBar.vue +++ b/frontend/src/components/Layout/AppBar/AppBar.vue @@ -19,8 +19,8 @@ + v-hide="remote.socket.isConnected.value && isConnectedToServer" + :color="isConnectedToServer ? 'yellow' : 'red'">