From 15981da64b6bb39f83667bdc75f158aaac64af1b Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 15 Mar 2022 02:53:59 +0100 Subject: [PATCH] no more lint warnings --- .../DecayInformation-Decay.vue | 2 +- .../DecayInformation-DecayStartblock.vue | 3 +- .../DecayInformation-Long.vue | 1 - frontend/src/components/GddSend/QrCode.vue | 2 + .../GddSend/TransactionConfirmationLink.vue | 6 ++- .../GddSend/TransactionConfirmationSend.vue | 4 +- .../components/GddSend/TransactionForm.vue | 2 +- .../GddSend/TransactionResultSendError.vue | 2 +- .../components/GddTransactionListFooter.vue | 4 +- frontend/src/components/Menu/Navbar.spec.js | 26 ++++----- frontend/src/components/Menu/Navbar.vue | 24 +++++---- frontend/src/components/Menu/Sidebar.spec.js | 26 ++++----- frontend/src/components/Menu/Sidebar.vue | 18 ++++--- frontend/src/components/PaginationButtons.vue | 2 +- frontend/src/components/Status.vue | 2 +- frontend/src/components/Transaction.vue | 2 +- .../components/TransactionRows/DateRow.vue | 1 - frontend/src/components/UserCard.vue | 6 +-- frontend/src/layouts/ContentFooter.spec.js | 2 +- frontend/src/layouts/ContentFooter.vue | 20 +++---- frontend/src/locales/de.json | 51 ++++++++++++------ frontend/src/locales/en.json | 53 ++++++++++++------- frontend/src/pages/Login.vue | 2 +- frontend/src/pages/Register.vue | 7 ++- frontend/src/validation-rules.js | 4 ++ 25 files changed, 158 insertions(+), 114 deletions(-) diff --git a/frontend/src/components/DecayInformations/DecayInformation-Decay.vue b/frontend/src/components/DecayInformations/DecayInformation-Decay.vue index 19aac9e98..7377b6fa8 100644 --- a/frontend/src/components/DecayInformations/DecayInformation-Decay.vue +++ b/frontend/src/components/DecayInformations/DecayInformation-Decay.vue @@ -14,7 +14,7 @@
{{ (Number(balance) - Number(decay.decay)) | GDD }} - {{ decay.decay | GDD }} = + {{ decay.decay | GDD }} {{ $t('math.equal') }} {{ balance | GDD }}
diff --git a/frontend/src/components/DecayInformations/DecayInformation-DecayStartblock.vue b/frontend/src/components/DecayInformations/DecayInformation-DecayStartblock.vue index 2ee9ecc2c..b7d8a42c0 100644 --- a/frontend/src/components/DecayInformations/DecayInformation-DecayStartblock.vue +++ b/frontend/src/components/DecayInformations/DecayInformation-DecayStartblock.vue @@ -4,12 +4,11 @@
{{ $t('decay.Starting_block_decay') }}
-
{{ $t('decay.decay_introduced') }} :
+
{{ $t('decay.decay_introduced') }}
{{ $d(new Date(decay.start), 'long') }} - {{ $i18n.locale === 'de' ? 'Uhr' : '' }}
diff --git a/frontend/src/components/DecayInformations/DecayInformation-Long.vue b/frontend/src/components/DecayInformations/DecayInformation-Long.vue index b5e1bbbe5..033d73560 100644 --- a/frontend/src/components/DecayInformations/DecayInformation-Long.vue +++ b/frontend/src/components/DecayInformations/DecayInformation-Long.vue @@ -15,7 +15,6 @@
{{ $d(new Date(decay.start), 'long') }} - {{ $i18n.locale === 'de' ? 'Uhr' : '' }}
diff --git a/frontend/src/components/GddSend/QrCode.vue b/frontend/src/components/GddSend/QrCode.vue index 0146621ed..32e527cfe 100644 --- a/frontend/src/components/GddSend/QrCode.vue +++ b/frontend/src/components/GddSend/QrCode.vue @@ -1,5 +1,6 @@