Geofence test screen

This commit is contained in:
2026-02-19 06:49:21 +08:00
parent f9f3509188
commit 5488238051
9 changed files with 852 additions and 4 deletions
+6
View File
@@ -375,6 +375,12 @@ List<NavSection> _buildSections(String role) {
icon: Icons.apartment_outlined,
selectedIcon: Icons.apartment,
),
NavItem(
label: 'Geofence test',
route: '/settings/geofence-test',
icon: Icons.map_outlined,
selectedIcon: Icons.map,
),
NavItem(
label: 'IT Staff Teams',
route: '/settings/teams',