From cebc6eb03942552b09d9d999334954a040a7f74e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 2 Aug 2024 15:12:22 +0200 Subject: [PATCH 1/4] fix: Avoid flickering loading state MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/App.vue | 11 +++--- .../navigation/sections/Navigation.vue | 12 +++---- src/modules/sidebar/partials/ShareForm.vue | 5 +-- src/modules/sidebar/partials/ShareList.vue | 4 +-- .../sidebar/sections/SidebarIntegration.vue | 4 +-- src/store/store.js | 36 +++++++++++-------- 6 files changed, 38 insertions(+), 34 deletions(-) diff --git a/src/App.vue b/src/App.vue index 99a33f581..1ff21ebf4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,9 +2,9 @@ -
+
- + @@ -13,7 +13,7 @@