From 204d74c4e84df5404819796e9e5078c01106990a Mon Sep 17 00:00:00 2001 From: Alexander Alyokhin Date: Mon, 3 May 2021 09:55:32 +0300 Subject: [PATCH] Feat: Show connection status at the bottom of Navbar (#255) --- src/components/Navbar/ConnectionStatus.vue | 40 ++++++++++++++++++++++ src/components/Navbar/NavbarActions.vue | 28 ++++++++++++--- 2 files changed, 64 insertions(+), 4 deletions(-) create mode 100644 src/components/Navbar/ConnectionStatus.vue diff --git a/src/components/Navbar/ConnectionStatus.vue b/src/components/Navbar/ConnectionStatus.vue new file mode 100644 index 0000000000..9f1ce62eab --- /dev/null +++ b/src/components/Navbar/ConnectionStatus.vue @@ -0,0 +1,40 @@ + + + diff --git a/src/components/Navbar/NavbarActions.vue b/src/components/Navbar/NavbarActions.vue index 0b6f866f29..da6ed1a887 100644 --- a/src/components/Navbar/NavbarActions.vue +++ b/src/components/Navbar/NavbarActions.vue @@ -54,6 +54,9 @@ done notification --> + + +