Add ticket validation feature for employees

Introduces ticket validation and result components for employee access control, including UI for scanning and manual code entry. Updates routing, guards, and navigation for mobile support and improves ticket status handling. Also adds ngx-scanner-qrcode dependency and minor UI fixes.
This commit is contained in:
2025-11-28 01:38:12 +01:00
parent 9e2e5c5a1d
commit 1f9c84ea36
17 changed files with 403 additions and 64 deletions

View File

@@ -37,6 +37,7 @@
"html2canvas": "^1.4.1",
"jspdf": "^3.0.4",
"ngx-mask": "^20.0.3",
"ngx-scanner-qrcode": "^1.7.6",
"postcss": "^8.5.6",
"rxjs": "~7.8.0",
"tailwindcss": "^4.1.14",