diff --git a/CHANGELOG.md b/CHANGELOG.md index e83a6cc75..dccf86186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a simplified mode to the holdings table component +### Changed + +- Improved the column width distribution of various table components + ## 3.67.1 - 2026-09-05 ### Added diff --git a/apps/client/src/app/components/access-table/access-table.component.html b/apps/client/src/app/components/access-table/access-table.component.html index b8c2f8422..6fc994b14 100644 --- a/apps/client/src/app/components/access-table/access-table.component.html +++ b/apps/client/src/app/components/access-table/access-table.component.html @@ -1,8 +1,19 @@
- - + @@ -46,9 +57,17 @@ - + - - @@ -179,7 +183,11 @@ - - + - - + - @@ -66,8 +79,16 @@ - - + - + @@ -59,13 +67,17 @@ - + - - @@ -78,8 +87,16 @@ - - + - + - - - + - + diff --git a/libs/ui/src/lib/activities-table/activities-table.component.html b/libs/ui/src/lib/activities-table/activities-table.component.html index 9bfd44b9d..11278ef4c 100644 --- a/libs/ui/src/lib/activities-table/activities-table.component.html +++ b/libs/ui/src/lib/activities-table/activities-table.component.html @@ -167,8 +167,12 @@ - - + - - + - + - - - - - - - - - @@ -65,16 +59,10 @@ mat-table [dataSource]="element.parents" > - - - - - -
Alias + + Alias + {{ element.alias }} + Job ID + {{ element.id }} + @if (!element.isActive) { @@ -49,8 +49,12 @@ - + @if ( canDeleteAssetProfile({ activitiesCount: element.activitiesCount, @@ -81,7 +85,7 @@ @@ -89,7 +93,7 @@
{{ element.name }}
@@ -243,7 +247,11 @@ -
+ + Code + + - + Name + {{ element.name }} + + Name + @if (isGhostfolioDataProvider(element)) { - + @if (isGhostfolioDataProvider(element)) { @if (hasGhostfolioApiKey) { + Name + {{ translate(element.name) }} + User
@@ -193,12 +193,12 @@
+ @if (showActions()) {
@@ -40,16 +40,25 @@
+ Name +
@@ -316,8 +325,16 @@ -
+
+ - + Name +
{{ element.assetProfile?.name }} @if (isDraftActivity(element)) { @@ -402,7 +410,11 @@ -
+ @if ( !hasPermissionToImportActivities && hasPermissionToExportActivities ) { diff --git a/libs/ui/src/lib/benchmark/benchmark.component.html b/libs/ui/src/lib/benchmark/benchmark.component.html index 556b9875f..a4fb71e1b 100644 --- a/libs/ui/src/lib/benchmark/benchmark.component.html +++ b/libs/ui/src/lib/benchmark/benchmark.component.html @@ -8,8 +8,12 @@ [dataSource]="dataSource" > - + - + Name
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 44a70774f..2e88b4e17 100644 --- a/libs/ui/src/lib/holdings-table/holdings-table.component.html +++ b/libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -8,8 +8,12 @@ [matSortDirection]="sortDirection()" > -
+ Name +
{{ element.assetProfile.name }} @if (element.assetProfile.name === element.assetProfile.symbol) { @@ -161,14 +169,14 @@
Performance ± +
-
+ Name +
{{ prettifyAssetName(element?.name) }}
{{ parentHolding?.name }}