Describe the enhancement
Redesign all dialogs and modals with consistent professional styling including proper headers, form layouts, validation feedback, and action buttons.
- Current: Basic unstyled dialogs
- Proposed: Professional modals with headers, proper spacing, and clear CTAs (Calls to Actions)
Version Number
Additional context
- Enhance all dialogs with:
- Consistent header with title and close button
- Proper form field spacing (between fields)
- Field labels above inputs with required indicators
- Inline validation messages
- Loading states for async operations
- Footer with Cancel/Submit buttons (right-aligned)
- Backdrop blur effect
- Smooth enter/exit animations
- Use shadcn/ui Dialog components consistently
- Files: Update all dialog components in /cueweb/components/ui/
Describe the enhancement
Redesign all dialogs and modals with consistent professional styling including proper headers, form layouts, validation feedback, and action buttons.
Version Number
Additional context