mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-29 22:18:13 +00:00
feat(AppHeader): add notifications click handler and count display
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user