Commit Graph

3 Commits

Author SHA1 Message Date
56692bc540 Fix undefined $active variable in nav components
- Set default value for 'active' prop to false in nav-link.blade.php and responsive-nav-link.blade.php.
- This resolves the ErrorException when the prop is not explicitly passed.
2025-11-28 00:15:15 +08:00
86f22f2a76 Enhance UI and Accessibility (WCAG)
- Add 'Skip to main content' links to App and Guest layouts.
- Add aria-current to navigation links for active page indication.
- Add aria-label to mobile menu button.
- Include pending UI updates for Dashboard and Welcome pages with improved structure.
2025-11-28 00:13:04 +08:00
13bc6db529 Initial commit 2025-11-20 23:21:05 +08:00