From 1d366bcb5d75aa977f52373fd63e0c77209f2266 Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 11 Mar 2022 16:38:11 +0100 Subject: [PATCH] change review from ulf --- .../{AmountAndName.vue => AmountAndNameRow.vue} | 4 ++-- frontend/src/components/TransactionRows/CollapseIcon.vue | 2 +- frontend/src/components/TransactionRows/DateRow.vue | 4 ++-- frontend/src/components/TransactionRows/DecayRow.vue | 2 +- frontend/src/components/TransactionRows/MemoRow.vue | 2 +- frontend/src/components/TransactionRows/TypeIcon.vue | 2 +- .../src/components/Transactions/TransactionCreation.vue | 6 +++--- .../src/components/Transactions/TransactionDecay.vue | 9 ++++++--- .../src/components/Transactions/TransactionReceive.vue | 6 +++--- frontend/src/components/Transactions/TransactionSend.vue | 6 +++--- 10 files changed, 23 insertions(+), 20 deletions(-) rename frontend/src/components/TransactionRows/{AmountAndName.vue => AmountAndNameRow.vue} (92%) diff --git a/frontend/src/components/TransactionRows/AmountAndName.vue b/frontend/src/components/TransactionRows/AmountAndNameRow.vue similarity index 92% rename from frontend/src/components/TransactionRows/AmountAndName.vue rename to frontend/src/components/TransactionRows/AmountAndNameRow.vue index 36a079846..fd9be6bf8 100644 --- a/frontend/src/components/TransactionRows/AmountAndName.vue +++ b/frontend/src/components/TransactionRows/AmountAndNameRow.vue @@ -1,5 +1,5 @@