From 17f0fe87b19c2a4de2ce871d1ffd1578fe971eab Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 29 Jul 2026 17:49:11 +0200 Subject: [PATCH] Task/move tags to overview tab of account and holding detail dialogs (#7465) * Move tags to overview tab * Update changelog --- CHANGELOG.md | 7 +++++++ .../account-detail-dialog.html | 9 ++++---- .../holding-detail-dialog.html | 21 ++++++++++--------- 3 files changed, 23 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 335743775..2b33b1405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Changed + +- Moved the tags to the overview tab of the account detail dialog (experimental) +- Moved the tags to the overview tab of the holding detail dialog + ## 3.36.0 - 2026-07-29 ### Added 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 b7deae6e8..32a11717f 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 @@ -112,6 +112,11 @@ >Platform + @if (user?.settings?.isExperimentalFeatures) { +
+ +
+ } @@ -179,10 +184,6 @@ /> - - @if (user?.settings?.isExperimentalFeatures) { - - } diff --git a/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html b/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html index 30222de65..464f0b6b2 100644 --- a/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html +++ b/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html @@ -331,6 +331,17 @@ >ISIN +
+
+ + +
@if (dataProviderInfo) {
@@ -419,16 +430,6 @@ } -
- - - @if ( data.hasPermissionToAccessAdminControl || (dataSource?.data.length > 0 &&