quantum-ai-v2/social_ads_generator
Claude e75e814567 Improve social ads generator user experience
UX IMPROVEMENTS:
- Reduce excessive toast notifications - only show for critical actions
- Add smooth auto-scroll when processing starts (scrolls to processing section)
- Add smooth auto-scroll when results appear (scrolls to results section)
- Disable submit button during processing with loading state ( Generating...)
- Remove unnecessary toasts for download (file download is confirmation enough)
- Remove toast for form reset (visual feedback is sufficient)
- Simplify copy notification text
- Add scroll to form when reset button is clicked

BEHAVIOR CHANGES:
- Toast notifications now only appear for:
  - Form validation errors (important)
  - Processing completion success/failure (important)
  - Copy to clipboard success/failure (user needs feedback)
- Auto-scroll provides visual feedback for processing flow
- Button states clearly indicate processing status
- Smoother overall user interaction flow

These changes create a more polished, less noisy user experience while maintaining
important feedback for critical actions.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-25 15:30:30 +05:30
..
migrations Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30
templates/social_ads_generator Improve social ads generator user experience 2025-07-25 15:30:30 +05:30
__init__.py Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30
admin.py Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30
apps.py Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30
models.py Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30
processor.py 🔒 Fix critical security vulnerabilities in social ads generator 2025-07-25 15:24:41 +05:30
urls.py 🔒 Fix critical security vulnerabilities in social ads generator 2025-07-25 15:24:41 +05:30
views.py 🔒 Fix critical security vulnerabilities in social ads generator 2025-07-25 15:24:41 +05:30