mirror of
https://github.com/thecyberlearn/quantum-ai-v3.git
synced 2026-08-18 20:32:56 +00:00
UX IMPROVEMENTS: - Add auto-scroll to processing status when job starts (matches social ads generator) - Reduce excessive toast notifications from 17 to 14 (18% reduction) - Make download operations silent (file download is confirmation enough) - Remove success toast for copy operations (clipboard action is confirmation) - Remove success toast for results display (visual results are confirmation) - Add auto-scroll to form after reset for better UX flow SILENT OPERATIONS (no toast spam): ✅ Download success - file download is confirmation ✅ Copy success - clipboard action is confirmation ✅ Reset form - visual clearing is confirmation ✅ Results display - showing content is confirmation KEPT TOASTS FOR: ❌ Copy/download errors - user needs to know ❌ Form validation errors - user needs to fix ❌ Network/processing errors - user needs feedback ❌ Authentication errors - user needs action Better user experience with less intrusive notifications, matching social ads generator pattern. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| migrations | ||
| templates/job_posting_generator | ||
| __init__.py | ||
| admin.py | ||
| apps.py | ||
| models.py | ||
| processor.py | ||
| urls.py | ||
| views.py | ||