This commit is contained in:
Iliyan Angelov
2025-12-04 01:07:34 +02:00
parent 5fb50983a9
commit 3d634b4fce
92 changed files with 9678 additions and 221 deletions

View File

@@ -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,