slideshare/src/components
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
..
presentations Create consolidated CSS architecture and utility system 2025-08-21 13:58:32 -05:00
slide-editor Create consolidated CSS architecture and utility system 2025-08-21 13:58:32 -05:00
themes Consolidate button components and eliminate barrel exports 2025-08-21 11:42:42 -05:00
ui Create consolidated CSS architecture and utility system 2025-08-21 13:58:32 -05:00
AppHeader.tsx Create consolidated CSS architecture and utility system 2025-08-21 13:58:32 -05:00
Welcome.tsx Fix TypeScript build errors and improve navigation consistency 2025-08-21 12:34:11 -05:00