From 614dd0783654156c3b3c2b7e410d8300e5dd9701 Mon Sep 17 00:00:00 2001
From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
Date: Wed, 20 Aug 2025 12:00:53 +0200
Subject: [PATCH] Feature/add quantity to holdings table of account detail
dialog (#5379)
* Add quantity column
* Update changelog
---
CHANGELOG.md | 1 +
.../home-holdings/home-holdings.html | 1 +
.../src/app/pages/public/public-page.html | 1 +
.../holdings-table.component.html | 24 +++++++++++++++++++
.../holdings-table.component.ts | 5 ++++
5 files changed, 32 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d7d54ed9..2fc198aaa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Included accounts in the search results of the assistant
- Included the data source in the asset profile search results of the assistant
+- Added the quantity column to the holdings table of the account detail dialog
### Changed
diff --git a/apps/client/src/app/components/home-holdings/home-holdings.html b/apps/client/src/app/components/home-holdings/home-holdings.html
index 87d0a514d..8b4e4c5d3 100644
--- a/apps/client/src/app/components/home-holdings/home-holdings.html
+++ b/apps/client/src/app/components/home-holdings/home-holdings.html
@@ -48,6 +48,7 @@
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 2c238b137..d3afe9de9 100644
--- a/libs/ui/src/lib/holdings-table/holdings-table.component.html
+++ b/libs/ui/src/lib/holdings-table/holdings-table.component.html
@@ -64,6 +64,30 @@
+
+
+ Quantity
+ |
+
+
+
+
+ |
+
+
|