From 89ef14e6ce0d397e55aac636fe4287814799af84 Mon Sep 17 00:00:00 2001 From: Kjetil Date: Sat, 28 Mar 2026 00:19:21 +0100 Subject: [PATCH 1/3] fix(menu): show logged-in username in app header Display the authenticated Runbox username in the shared header so it is visible across the app. Add focused unit coverage for the header component.\n\n#1679 --- src/app/menu/headertoolbar.component.html | 10 +++ src/app/menu/headertoolbar.component.spec.ts | 78 ++++++++++++++++++++ src/app/menu/headertoolbar.component.ts | 14 ++-- 3 files changed, 94 insertions(+), 8 deletions(-) create mode 100644 src/app/menu/headertoolbar.component.spec.ts diff --git a/src/app/menu/headertoolbar.component.html b/src/app/menu/headertoolbar.component.html index 72e1f6395..ea8d437e3 100644 --- a/src/app/menu/headertoolbar.component.html +++ b/src/app/menu/headertoolbar.component.html @@ -44,6 +44,16 @@ + +