feat: implement comprehensive notification engine with policies, preferences, and automated dispatching services
This commit is contained in:
@@ -12,6 +12,7 @@ import {
|
||||
useOrganizationHeaderStore,
|
||||
} from "@store/OrganizationHeader.Store";
|
||||
import SettingsIcon from "@mui/icons-material/Settings";
|
||||
import NotificationsIcon from "@mui/icons-material/Notifications";
|
||||
import classNames from "classnames";
|
||||
import { useNavigation } from "@core/app/hooks/goto";
|
||||
|
||||
@@ -68,6 +69,14 @@ export default function OrganizationHeader(props: OrganizationHeaderParams): Rea
|
||||
icon: <ShareOutlinedIcon />,
|
||||
});
|
||||
|
||||
menu.add({
|
||||
text: "Notificaciones",
|
||||
onClick: () => {
|
||||
goTo("/admin/org/profile/" + props.data.id + "/notifications");
|
||||
},
|
||||
icon: <NotificationsIcon />,
|
||||
});
|
||||
|
||||
menu.divider();
|
||||
|
||||
menu.add({
|
||||
|
||||
Reference in New Issue
Block a user