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