From f7b5dc41caed2681b03bca6e475e4c7d1ab86915 Mon Sep 17 00:00:00 2001 From: marcsello Date: Sun, 6 Dec 2020 03:08:02 +0100 Subject: [PATCH] Implemented move event pusher --- src/components/WorkspaceDrawerContent.vue | 32 +++++++++++++++++++--- src/main.js | 7 ++++- src/views/Dashboard.vue | 33 +++++++++++++++++++---- 3 files changed, 63 insertions(+), 9 deletions(-) diff --git a/src/components/WorkspaceDrawerContent.vue b/src/components/WorkspaceDrawerContent.vue index 0830094..17bbe15 100644 --- a/src/components/WorkspaceDrawerContent.vue +++ b/src/components/WorkspaceDrawerContent.vue @@ -2,11 +2,13 @@
VideON - - + + + You + {{ avatarText }} {{ $store.state.auth.name }} @@ -16,6 +18,18 @@ Logout + + Pending tasks + + + + + + + +
Creations:0
Updates:0
Deletions:0
+
+
@@ -24,6 +38,18 @@