From e44be61d2a0074c76d674b89cbe8da5eb86c90f3 Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 9 Jan 2021 14:24:06 +0000 Subject: [PATCH] Fix loading states for unrelated components (#370) Co-authored-by: kolaente Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/370 Co-authored-by: konrad Co-committed-by: konrad --- src/components/home/navigation.vue | 4 ++-- src/store/helper.js | 13 +++++++++++-- src/store/index.js | 5 +++++ src/store/modules/kanban.js | 8 ++++---- src/store/modules/namespaces.js | 5 +---- src/store/modules/tasks.js | 2 +- src/store/mutation-types.js | 1 + src/views/list/views/Kanban.vue | 9 +++++---- 8 files changed, 30 insertions(+), 17 deletions(-) diff --git a/src/components/home/navigation.vue b/src/components/home/navigation.vue index bf3cb2925..0b491031e 100644 --- a/src/components/home/navigation.vue +++ b/src/components/home/navigation.vue @@ -133,7 +133,7 @@