From b89ffde13b3abcbfdf4475bae3256a71923e5472 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 11 May 2021 18:52:29 +0200 Subject: [PATCH 1/6] em-dash is shown while balance is loaded --- .../src/components/SidebarPlugin/SideBar.vue | 6 ++++- .../src/views/Layout/DashboardLayout_gdd.vue | 25 +++++++++++-------- frontend/src/views/Pages/AccountOverview.vue | 11 +++++++- .../views/Pages/AccountOverview/GddStatus.vue | 8 ++++-- 4 files changed, 36 insertions(+), 14 deletions(-) diff --git a/frontend/src/components/SidebarPlugin/SideBar.vue b/frontend/src/components/SidebarPlugin/SideBar.vue index 9e0885d3f..74c5fd108 100755 --- a/frontend/src/components/SidebarPlugin/SideBar.vue +++ b/frontend/src/components/SidebarPlugin/SideBar.vue @@ -10,7 +10,7 @@ ... - {{ $n(balance) }} GDD + {{ pending ? '—' : $n(balance) }} GDD