diff --git a/CHANGELOG.md b/CHANGELOG.md index 0110e088..3cd272a9 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 51ad3e58..5e8fcdba 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 + + +
+ +
+ +