icon
This commit is contained in:
@@ -236,5 +236,41 @@ Example:
|
||||
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
## Stage 1 Updates: Modal Styling Improvements
|
||||
|
||||
**Date:** 2025-01-XX
|
||||
**Status:** Completed
|
||||
|
||||
### Changes Made:
|
||||
|
||||
1. **Updated Modal Background**
|
||||
- Changed from `bg-black bg-opacity-50` to standard modal backdrop
|
||||
- Now uses `Modal` component with `bg-gray-400/50 backdrop-blur-[32px]` (standard glass effect)
|
||||
- Matches all other modals in the system
|
||||
|
||||
2. **Replaced Emojis with React Icons**
|
||||
- Header: Replaced 🎨 emoji with `FileIcon` component
|
||||
- Pending status: Replaced ⏳ emoji with `TimeIcon` component
|
||||
- Processing status: Added spinning SVG icon
|
||||
- Completed status: Uses `CheckCircleIcon` component
|
||||
- Failed status: Uses `ErrorIcon` component
|
||||
|
||||
3. **Standard Modal Width**
|
||||
- Changed from custom width to `max-w-4xl` (standard modal width)
|
||||
- Uses `Modal` component which provides consistent styling across system
|
||||
|
||||
### Files Modified:
|
||||
- ✅ `frontend/src/components/common/ImageQueueModal.tsx` (UPDATED)
|
||||
|
||||
### Visual Improvements:
|
||||
- Modal now has proper blur/glass backdrop effect
|
||||
- Icons are consistent with system design
|
||||
- Modal width matches other modals in the system
|
||||
- Better visual hierarchy with icon in header
|
||||
|
||||
---
|
||||
|
||||
**End of Stage 1 Changelog**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user