Commit graph

2 commits

Author SHA1 Message Date
d474032fc4 Fix theme switcher visibility and remove duplicate admin theme selector
- Fix navigation theme switcher visibility across all four themes
- Add comprehensive CSS rules for theme selector in main navigation
- Remove duplicate theme switcher from admin layout header
- Fix AxiosError in events page with mock data implementation
- Update memory bank with completed task status
- Maintain single theme control for entire site UX
2025-06-02 21:27:42 -06:00
742da52659 Complete admin dashboard CSS migration with high contrast theme fixes
 Security separation: Move admin styles to secure admin.css (auth-only)
 CSS cleanup: Clean globals.css for public access only
 High contrast fixes: Resolve button visibility and CTA backgrounds
 Menu highlighting: Implement CSS variable-based approach with gold accents
 Accessibility: Maintain WCAG AAA compliance across all four themes
 Architecture: Semantic CSS classes replace inline dark: classes

- Created frontend/src/styles/admin.css with secure admin-only styles
- Cleaned frontend/src/app/globals.css removing 1200+ lines of admin code
- Updated admin components to use semantic CSS classes
- Fixed high contrast active menu highlighting with gold borders
- Implemented CSS containment and injection prevention
- All admin dashboard migration objectives achieved
2025-06-02 20:59:37 -06:00