IT Service Request

This commit is contained in:
2026-03-08 07:54:20 +08:00
parent e4391ac465
commit 88432551c8
19 changed files with 4608 additions and 33 deletions
+8 -8
View File
@@ -366,10 +366,10 @@ List<NavSection> _buildSections(String role) {
selectedIcon: Icons.task,
),
NavItem(
label: 'Events',
route: '/events',
icon: Icons.event_outlined,
selectedIcon: Icons.event,
label: 'IT Service Requests',
route: '/it-service-requests',
icon: Icons.miscellaneous_services_outlined,
selectedIcon: Icons.miscellaneous_services,
),
NavItem(
label: 'Announcement',
@@ -478,10 +478,10 @@ List<NavItem> _standardNavItems() {
selectedIcon: Icons.task,
),
NavItem(
label: 'Events',
route: '/events',
icon: Icons.event_outlined,
selectedIcon: Icons.event,
label: 'IT Service Requests',
route: '/it-service-requests',
icon: Icons.miscellaneous_services_outlined,
selectedIcon: Icons.miscellaneous_services,
),
];
}