updates
This commit is contained in:
@@ -14,7 +14,11 @@ import {
|
||||
MessageCircle,
|
||||
Award,
|
||||
Users,
|
||||
Wrench
|
||||
Wrench,
|
||||
Bell,
|
||||
Mail,
|
||||
AlertTriangle,
|
||||
TrendingUp
|
||||
} from 'lucide-react';
|
||||
import useAuthStore from '../../store/useAuthStore';
|
||||
import { useChatNotifications } from '../../features/notifications/contexts/ChatNotificationContext';
|
||||
@@ -112,6 +116,26 @@ const SidebarStaff: React.FC<SidebarStaffProps> = ({
|
||||
icon: Users,
|
||||
label: 'Guest Profiles'
|
||||
},
|
||||
{
|
||||
path: '/staff/guest-requests',
|
||||
icon: Bell,
|
||||
label: 'Guest Requests'
|
||||
},
|
||||
{
|
||||
path: '/staff/guest-communication',
|
||||
icon: Mail,
|
||||
label: 'Communication'
|
||||
},
|
||||
{
|
||||
path: '/staff/incidents-complaints',
|
||||
icon: AlertTriangle,
|
||||
label: 'Incidents & Complaints'
|
||||
},
|
||||
{
|
||||
path: '/staff/upsells',
|
||||
icon: TrendingUp,
|
||||
label: 'Upsell Management'
|
||||
},
|
||||
{
|
||||
path: '/staff/advanced-rooms',
|
||||
icon: Wrench,
|
||||
|
||||
Reference in New Issue
Block a user