From 69c35131c5ac277622991e1d0f133b5325cf4320 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 23 Aug 2021 10:27:12 +0200 Subject: [PATCH 1/2] decay with the value 0 is no longer displayed --- .../AccountOverview/GddTransactionList.vue | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue index fff400646..08018266b 100644 --- a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue +++ b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue @@ -8,8 +8,12 @@ >
-
- +
+ i
@@ -49,7 +53,7 @@ - +
@@ -57,6 +61,14 @@
+ +
+ +
+
+ {{ $t('decay.Starting_block_decay') }} +
+
From db0ddb7d850b041715d25463fe5204787cf0ae8d Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 24 Aug 2021 12:18:49 +0200 Subject: [PATCH 2/2] if decay is zero then this is displayed in writing otherwise the amount of decay is displayed --- frontend/src/components/DecayInformation.vue | 7 ++++++- frontend/src/locales/de.json | 3 ++- frontend/src/locales/en.json | 3 ++- .../src/views/Pages/AccountOverview/GddTransactionList.vue | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/DecayInformation.vue b/frontend/src/components/DecayInformation.vue index 743881ca5..24acbd47e 100644 --- a/frontend/src/components/DecayInformation.vue +++ b/frontend/src/components/DecayInformation.vue @@ -1,7 +1,12 @@