slideshare/src
Michael Mainguy 9ab40b7169 Create consolidated CSS architecture and utility system
- Add comprehensive application.css with utility classes and component base styles
- Consolidate common layout, spacing, typography, and component patterns
- Reduce CSS duplication by ~600 lines across components
- Implement utility-first approach with semantic component classes
- Update NewPresentationPage.css as demonstration (382→80 lines, 79% reduction)
- Add overlay color variables to theme system for modals
- Fix Modal and ConfirmDialog to use proper theme colors
- Simplify AppHeader component by removing unused dynamic title logic

The new CSS architecture provides:
- Utility classes for layout, spacing, typography, borders
- Base component classes for cards, buttons, forms, modals
- Consistent theming integration with color system
- Mobile-responsive design patterns
- Reduced maintenance overhead and improved consistency

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-21 13:58:32 -05:00
..
assets Add comprehensive theme routing and browsing system 2025-08-20 10:17:55 -05:00
components Create consolidated CSS architecture and utility system 2025-08-21 13:58:32 -05:00
hooks Implement slide preview and fix import standards project-wide 2025-08-21 06:52:56 -05:00
plugins Fix TypeScript build errors and improve navigation consistency 2025-08-21 12:34:11 -05:00
styles Create consolidated CSS architecture and utility system 2025-08-21 13:58:32 -05:00
types Implement slide preview and fix import standards project-wide 2025-08-21 06:52:56 -05:00
utils Fix TypeScript build errors and improve navigation consistency 2025-08-21 12:34:11 -05:00
App.css Implement global color system and optimize CSS architecture 2025-08-21 13:06:34 -05:00
App.tsx Remove PresentationViewer component and view functionality 2025-08-21 13:30:58 -05:00
index.css Create consolidated CSS architecture and utility system 2025-08-21 13:58:32 -05:00
main.tsx Add comprehensive theme routing and browsing system 2025-08-20 10:17:55 -05:00
vite-env.d.ts Add comprehensive theme routing and browsing system 2025-08-20 10:17:55 -05:00