diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d6779c4c..ca0d05c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the style of the activity type filter on the activities page (experimental) - Improved the style of the no activities info component - Improved the style of the selector in the benchmark comparator +- Improved the responsive layout of the holdings table in simplified mode - Improved the language localization for Chinese (`zh`) - Improved the language localization for German (`de`) - Upgraded `@codewithdan/observable-store` from version `2.2.15` to `3.0.0` diff --git a/libs/ui/src/lib/holdings-table/holdings-table.component.html b/libs/ui/src/lib/holdings-table/holdings-table.component.html index 5bc76f646..69be6f896 100644 --- a/libs/ui/src/lib/holdings-table/holdings-table.component.html +++ b/libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -3,13 +3,19 @@ class="gf-table w-100" mat-table matSort + [class.simple]="mode() === 'simple'" [dataSource]="dataSource" [matSortActive]="sortActive()" [matSortDirection]="sortDirection()" > - + - + Name - -
+ +
{{ element.assetProfile.name }} @if (element.assetProfile.name === element.assetProfile.symbol) { ({{ element.assetProfile.assetSubClassLabel }}) @@ -160,7 +171,10 @@ - + Performance ± - +