From 156103b880271e7f1c17044c4f820d13cd73e2d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20G=C3=BCnther?= Date: Wed, 28 Jan 2026 16:39:15 +0100 Subject: [PATCH] Feature: Add annualized dividend yield to portfolio summary UI - Display annualized dividend yield as indented entry below Dividend - Only visible when experimental features are enabled --- .../portfolio-summary.component.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html b/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html index 46eb2845c..0ea84e84c 100644 --- a/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html +++ b/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -374,4 +374,21 @@ /> + @if (user?.settings?.isExperimentalFeatures) { +
+
+ Annualized Dividend Yield +
+
+ +
+
+ }