From 625c84e0ae699005989e243ff4814e5d24c2b8ee Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Thu, 23 Apr 2026 19:54:42 +0200 Subject: [PATCH] Task/move extended values on analysis page from experimental to general availability (#6766) * Move extended values to general availability * Update changelog --- CHANGELOG.md | 1 + .../portfolio/analysis/analysis-page.html | 124 +++++++++--------- 2 files changed, 62 insertions(+), 63 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 186e974b5..b64f57a63 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 - Migrated from _Material Design_ 2 to _Material Design_ 3 +- Moved the total amount, change and performance with currency effects on the analysis page from experimental to general availability - Upgraded `prisma` from version `6.19.0` to `7.7.0` ### Todo diff --git a/apps/client/src/app/pages/portfolio/analysis/analysis-page.html b/apps/client/src/app/pages/portfolio/analysis/analysis-page.html index c4e8f610b..4c5c61bd8 100644 --- a/apps/client/src/app/pages/portfolio/analysis/analysis-page.html +++ b/apps/client/src/app/pages/portfolio/analysis/analysis-page.html @@ -75,70 +75,68 @@ } - @if (user?.settings?.isExperimentalFeatures) { -
-
- - - Total amount - - -
-
- - - Change with currency effect - - -
-
- - - Performance with currency effect - - -
+
+
+ + + Total amount + +
- } +
+ + + Change with currency effect + + +
+
+ + + Performance with currency effect + + +
+