From d17ee8eab1fe6402865455d65fd3618f970aa21e 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 99e0c9a53..a3c4ff86f 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 @@ -378,4 +378,21 @@ /> + @if (user?.settings?.isExperimentalFeatures) { +
+
+ Annualized Dividend Yield +
+
+ +
+
+ }