From 20cb189bae505a1b9df4bb68e1377635872efa1c Mon Sep 17 00:00:00 2001
From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
Date: Sat, 13 Jun 2026 17:31:48 +0200
Subject: [PATCH] Task/improve account name display in activities table (#7025)
* Do not wrap account name
* Update changelog
---
CHANGELOG.md | 1 +
.../src/lib/activities-table/activities-table.component.html | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 69efdefe4..ebf538c2d 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
- Improved the dynamic numerical precision for various values in the account detail dialog on mobile
- Improved the dynamic numerical precision for various values in the holding detail dialog on mobile
+- Improved the account name display in the activities table
- Optimized the endpoint `GET api/v1/portfolio/holding/:dataSource/:symbol` by improving the processing of the historical market data
### Fixed
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 ae5cf0384..1e57e8c7e 100644
--- a/libs/ui/src/lib/activities-table/activities-table.component.html
+++ b/libs/ui/src/lib/activities-table/activities-table.component.html
@@ -347,7 +347,9 @@
[url]="element.account?.platform?.url"
/>
}
- {{ element.account?.name }}
+ {{
+ element.account?.name
+ }}