From c38ebec3be031ccb31c89837ab6bfc8d674387ec Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 17 Dec 2022 21:14:58 +0100 Subject: [PATCH] Feature/add name to activities table (#1516) * Add name to symbol column * Update changelog --- CHANGELOG.md | 1 + .../position-detail-dialog.html | 2 +- .../activities-table.component.html | 27 +++++++++++-------- .../activities-table.component.ts | 8 +++--- 4 files changed, 22 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 238e44e70..005f3950f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Added the name to the symbol column in the activities table - Combined the name and symbol column in the holdings table (former positions table) ## 1.218.0 - 2022-12-12 diff --git a/apps/client/src/app/components/position/position-detail-dialog/position-detail-dialog.html b/apps/client/src/app/components/position/position-detail-dialog/position-detail-dialog.html index 4004f077f..c888ab9be 100644 --- a/apps/client/src/app/components/position/position-detail-dialog/position-detail-dialog.html +++ b/apps/client/src/app/components/position/position-detail-dialog/position-detail-dialog.html @@ -223,7 +223,7 @@ [hasPermissionToOpenDetails]="false" [locale]="data.locale" [showActions]="false" - [showSymbolColumn]="false" + [showNameColumn]="false" (export)="onExport()" > 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 0945bbc04..2f11eb2e2 100644 --- a/libs/ui/src/lib/activities-table/activities-table.component.html +++ b/libs/ui/src/lib/activities-table/activities-table.component.html @@ -83,26 +83,31 @@