From 010b1e9b03b91123df42eec0945d086d40e3cdd0 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:44:16 +0200 Subject: [PATCH] Feature/remove account column from activities table of account detail dialog (#5559) * Remove account column of activities table * Update changelog --- CHANGELOG.md | 1 + .../components/account-detail-dialog/account-detail-dialog.html | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee1318bbf..7abc0ac03 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 +- Hid the account column from the activities table of the account detail dialog to avoid redundant information - Renamed the show access token dialog component to user account registration dialog component - Refreshed the cryptocurrencies list - Upgraded `countup.js` from version `2.8.2` to `2.9.0` diff --git a/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html b/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html index 8ca54ce29..eff500d0a 100644 --- a/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html +++ b/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html @@ -126,6 +126,7 @@ [hasPermissionToFilter]="false" [hasPermissionToOpenDetails]="false" [locale]="user?.settings?.locale" + [showAccountColumn]="false" [showActions]=" !data.hasImpersonationId && data.hasPermissionToCreateActivity &&