From fa7919627851a9d63a690014bf65e2e985b40bfc Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 2 Apr 2022 19:28:32 +0200 Subject: [PATCH] Feature/display values in base currency on mobile (#796) * Display values in base currency on mobile * Update changelog --- CHANGELOG.md | 2 + .../accounts-table.component.html | 73 +++++++++++++++++-- .../accounts-table.component.ts | 3 +- .../activities-table.component.html | 41 ++++++++++- .../activities-table.component.ts | 1 + 5 files changed, 110 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0110e088f..3cd272a95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Display the value in base currency in the accounts table on mobile +- Display the value in base currency in the activities table on mobile - Renamed `orders` to `activities` in import and export functionality - Harmonized the algebraic sign of `currentGrossPerformancePercent` and `currentNetPerformancePercent` with `currentGrossPerformance` and `currentNetPerformance` - Improved the pricing page 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 51ad3e58d..5e8fcdba9 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 @@ -78,10 +78,19 @@ - + Cash Balance - + - + - + Value - + - + + + + + + + + Value + + + + + Value - +
- + +
+ +
+ +
+ + + + Value + + +
+ +
+ +