diff --git a/CHANGELOG.md b/CHANGELOG.md index 05c1c2162..183bf0f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Extended the analysis page to include the total amount, change and performance with currency effects +- Extended the analysis page to include the total amount, change and performance with currency effects (experimental) ### Changed 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 b4170c2c5..517ad7101 100644 --- a/apps/client/src/app/pages/portfolio/analysis/analysis-page.html +++ b/apps/client/src/app/pages/portfolio/analysis/analysis-page.html @@ -75,68 +75,70 @@ } -
-
- - - Total amount - - -
-
- - - Change with currency effect - - -
-
- - - Performance with currency effect - - + @if (user?.settings?.isExperimentalFeatures) { +
+
+ + + Total amount + + +
+
+ + + Change with currency effect + + +
+
+ + + Performance with currency effect + + +
-
+ }