feat(AppHeader): add notifications click handler and count display

This commit is contained in:
estifanos
2026-08-05 09:26:20 +00:00
parent bedc7d5f8c
commit f06f74b9e0
2 changed files with 15 additions and 1 deletions

View File

@@ -255,6 +255,8 @@ export function PortalLayout() {
userName={displayName || t("app.name")}
userInitials={initials}
supportedLanguages={SUPPORTED_LANGUAGES}
onNotificationsClick={() => navigate("/notifications")}
notificationCount={unseen?.count}
/>
</AppShell.Header>