slideshare/src/components/ui
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
..
buttons Implement global color system and optimize CSS architecture 2025-08-21 13:06:34 -05:00
AlertDialog.css Implement global color system and optimize CSS architecture 2025-08-21 13:06:34 -05:00
AlertDialog.tsx Consolidate button components and eliminate barrel exports 2025-08-21 11:42:42 -05:00
ConfirmDialog.css Implement global color system and optimize CSS architecture 2025-08-21 13:06:34 -05:00
ConfirmDialog.tsx Consolidate button components and eliminate barrel exports 2025-08-21 11:42:42 -05:00
ImageUploadField.css Add image upload functionality for slide editing 2025-08-21 09:45:24 -05:00
ImageUploadField.tsx Add image upload functionality for slide editing 2025-08-21 09:45:24 -05:00
index.ts Implement slide preview and fix import standards project-wide 2025-08-21 06:52:56 -05:00
Modal.css Create consolidated CSS architecture and utility system 2025-08-21 13:58:32 -05:00
Modal.tsx Consolidate button components and eliminate barrel exports 2025-08-21 11:42:42 -05:00