From f56d09501613388ac616f70a01bf49cb5731a9f8 Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Fri, 22 Apr 2022 20:57:41 +0000 Subject: [PATCH] Reintroduce alternating row-colors by date --- web/src/components/TransactionRow.vue | 1 + web/src/pages/Account.vue | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/web/src/components/TransactionRow.vue b/web/src/components/TransactionRow.vue index e3a56e4..3b34168 100644 --- a/web/src/components/TransactionRow.vue +++ b/web/src/components/TransactionRow.vue @@ -36,6 +36,7 @@ function getStatusSymbol() { {{ formatDate(TX.Date) }} diff --git a/web/src/pages/Account.vue b/web/src/pages/Account.vue index c5f070f..ab67e29 100644 --- a/web/src/pages/Account.vue +++ b/web/src/pages/Account.vue @@ -145,11 +145,11 @@ function createReconcilationTransaction() { :budgetid="budgetid" :accountid="accountid" /> -