Enhance dashboard UX, fix logout, and localize all external libraries

- Make all dashboard cards clickable (13 cards total) for better UX
- Fix logout confirmation for kaur level with robust jQuery handler
- Download all external libraries locally for offline capability:
  * Ionicons CSS + fonts
  * Cropper.js v1.5.13 (CSS + JS)
  * Chart.js v3.9.1 (fixed chart display)
  * jscanify library
  * Google Fonts - Source Sans Pro (CSS + TTF)
  * OpenCV.js v4.7.0 (8.75MB)
- Update all CDN references to local paths in index.php and login.php
- Add vendor directory exception to .gitignore
- Improve session destruction in logout.php
- Add console debugging for chart initialization
This commit is contained in:
2026-01-22 17:04:07 +08:00
parent 3b10745f49
commit 858435acfe
23 changed files with 2685 additions and 155 deletions

File diff suppressed because one or more lines are too long