mirror of
https://github.com/thecyberlearn/quantum-ai-v2.git
synced 2026-08-18 12:12:58 +00:00
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> |
||
|---|---|---|
| .. | ||
| migrations | ||
| templates/social_ads_generator | ||
| __init__.py | ||
| admin.py | ||
| apps.py | ||
| models.py | ||
| processor.py | ||
| urls.py | ||
| views.py | ||