mirror of
https://github.com/thecyberlearn/quantum-ai-v3.git
synced 2026-08-18 11:12:57 +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> |
||
|---|---|---|
| .github/workflows | ||
| agent_base | ||
| authentication | ||
| core | ||
| data_analyzer | ||
| email_writer | ||
| five_whys_analyzer | ||
| job_posting_generator | ||
| netcop_hub | ||
| social_ads_generator | ||
| static | ||
| templates | ||
| tests | ||
| wallet | ||
| weather_reporter | ||
| .env.example | ||
| .gitignore | ||
| AGENT_CREATION_GUIDE.md | ||
| agent_template_prototype.html | ||
| CLAUDE.md | ||
| CONSERVATIVE_IMPROVEMENT_PLAN.md | ||
| IMPROVEMENT_SUGGESTIONS.md | ||
| manage.py | ||
| NETCOP_HUB_ANALYSIS.md | ||
| railway.json | ||
| requirements-dev.txt | ||
| requirements.txt | ||
| run_dev.sh | ||
| social_ads_generator_exact_ui.html | ||
| social_ads_generator_exact.html | ||
| social_ads_generator.html | ||