Table component is added and visitor management screen is added

This commit is contained in:
2026-07-23 12:50:44 +05:30
parent 89e93366e1
commit 1993d91319
7 changed files with 1204 additions and 857 deletions

View File

@@ -226,6 +226,15 @@ export const Reqeusttabs: string[] = [
{ label: 'Rejected', count: 1 },
];
export const visitorFilters = [
{ label: 'All', count: 12 },
{ label: 'Expected', count: 2 },
{ label: 'Pre-Reg', count: 2},
{ label: 'Onsite', count: 4 },
{ label: 'Left', count: 3 },
{ label: 'Denied', count: 1 },
];
// Data model interface