From 7ca7dee94e4b329747ad7d1b2c8bd97c6919e8ff Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:50:09 +0100 Subject: [PATCH] Set values as experimental --- .../portfolio/analysis/analysis-page.html | 124 +++++++++--------- 1 file changed, 63 insertions(+), 61 deletions(-) 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 + + +
-
+ }