From f8e8a4772304bbbf460d87f4a05c1ec87f76303c Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 4 Aug 2026 20:36:17 +0200 Subject: [PATCH] Task/improve usability of portfolio summary by collapsing breakdowns (#7536) * Improve usability by collapsing breakdowns * Update changelog --- CHANGELOG.md | 1 + .../portfolio-summary.component.html | 38 +++++++++++++++++-- .../portfolio-summary.component.scss | 13 +++++++ .../portfolio-summary.component.ts | 25 +++++++++++- 4 files changed, 72 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 538815f1d..8109d54f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Improved the usability of the portfolio summary by collapsing the _Holdings_ and _Cash_ breakdowns by default - Extended the support of the _Exclude from Analysis_ tag from accounts to activities - Optimized the performance of the search in the assistant by reusing the cached portfolio snapshot - Improved the validation of the import functionality when referencing an asset profile with the data source `MANUAL` diff --git a/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html b/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html index e4ff1ba93..9394d7624 100644 --- a/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html +++ b/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -164,7 +164,22 @@