From 15edbede8f9321cd992ee8e60620aabe6b389f84 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Wed, 6 Jul 2022 09:24:23 +0200 Subject: [PATCH] Simple loading state for circle view and app transitions --- client/src/App.vue | 19 ++++++++++++++++++- client/src/components/MainNavigationBar.vue | 12 ++++++------ client/src/views/CircleView.vue | 10 +++++----- 3 files changed, 29 insertions(+), 12 deletions(-) diff --git a/client/src/App.vue b/client/src/App.vue index 94698338..b91f07f0 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,7 +1,11 @@ @@ -20,3 +24,16 @@ onMounted(() => { }); + + diff --git a/client/src/components/MainNavigationBar.vue b/client/src/components/MainNavigationBar.vue index f922fed2..b119d302 100644 --- a/client/src/components/MainNavigationBar.vue +++ b/client/src/components/MainNavigationBar.vue @@ -43,7 +43,7 @@ onMounted(() => {