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 &&