From f8f36e4f4e12a29f1d5bd8e3ff2fa68772771a4f Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 16 Nov 2021 21:32:04 +0100 Subject: [PATCH] Bugfix/fix accounts table footer on mobile (#475) * Fix footer on mobile * Update changelog --- CHANGELOG.md | 3 ++- .../accounts-table/accounts-table.component.html | 10 ++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7886b6d1..cacc2d125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fixed the transactions count in the accounts table (exclude drafts) +- Fixed the footer row of the accounts table on mobile +- Fixed the transactions count calculation in the accounts table (exclude drafts) ## 1.76.0 - 14.11.2021 diff --git a/apps/client/src/app/components/accounts-table/accounts-table.component.html b/apps/client/src/app/components/accounts-table/accounts-table.component.html index d16aeb2f2..1871e7f3c 100644 --- a/apps/client/src/app/components/accounts-table/accounts-table.component.html +++ b/apps/client/src/app/components/accounts-table/accounts-table.component.html @@ -30,7 +30,9 @@