From a2d394029aa9e7c579819228775fead5742bd9b5 Mon Sep 17 00:00:00 2001 From: Chris Chen Date: Thu, 28 May 2026 18:22:50 -0700 Subject: [PATCH] fix(giving): render Finance nav section in UserPortal sidebar Task 11 added the finance nav to user-navbar.component, but the active sidebar is rendered inline by UserPortalComponent (app-user-navbar is not mounted). Added the role-gated Finance section (Offering Entry / Givings / Giving Types) to UserPortalComponent, matching its Administration pattern. Verified at runtime: section renders for super_admin and links load the giving pages. Co-Authored-By: Claude Opus 4.8 --- .../portals/user-portal/user-portal.component.html | 11 +++++++++++ .../app/portals/user-portal/user-portal.component.ts | 12 ++++++++++++ 2 files changed, 23 insertions(+) diff --git a/APP/src/app/portals/user-portal/user-portal.component.html b/APP/src/app/portals/user-portal/user-portal.component.html index 045af41..397ed78 100644 --- a/APP/src/app/portals/user-portal/user-portal.component.html +++ b/APP/src/app/portals/user-portal/user-portal.component.html @@ -73,6 +73,17 @@ + +