ocd-website/frontend
TheMaddax 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
..
src Complete admin dashboard CSS migration with high contrast theme fixes 2025-06-02 20:59:37 -06:00
Dockerfile feat: create project structure and update implementation files 2025-03-25 09:28:10 -05:00
Dockerfile.dev Add Docker development environment with hot reloading 2025-06-01 06:55:36 -07:00
health.js feat: create project structure and update implementation files 2025-03-25 09:28:10 -05:00
next-env.d.ts feat(website): complete Phase 1 with public pages and Tailwind styling 2025-03-25 10:34:41 -05:00
next.config.js feat(website): complete Phase 1 with public pages and Tailwind styling 2025-03-25 10:34:41 -05:00
package-lock.json Fix dark theme gradients on home page 2025-06-01 22:59:10 -06:00
package.json Fix dark theme gradients on home page 2025-06-01 22:59:10 -06:00
postcss.config.js feat(website): complete Phase 1 with public pages and Tailwind styling 2025-03-25 10:34:41 -05:00
tailwind.config.js Fix dark theme gradients on home page 2025-06-01 22:59:10 -06:00
tsconfig.json Add in with video management and improve member and events management. 2025-03-26 17:45:44 -05:00
tsconfig.tsbuildinfo MAJOR MILESTONE: Complete CSS Variable Theme System Implementation 2025-06-02 12:46:28 -06:00