quantum-ai/data_analyzer
Claude 6733027bfc Add quick agent access toggle button to data analyzer
- Create toggle button in header for quick access to other agents
- Add slide-out panel with grid of available agents (Weather Reporter, Job Posting Generator, Social Ads Generator, Five Whys Analyzer)
- Include agent icons, names, descriptions, and pricing information
- Add mobile-responsive design with full-width panel on small screens
- Implement toggle functionality with JavaScript (open/close with button, overlay click, or Escape key)
- Add smooth animations and hover effects
- Include "View All Agents" link to marketplace
- Enhance user experience with quick navigation between agents

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-17 22:27:27 +05:30
..
migrations Implement PostgreSQL development parity and fix migration conflicts 2025-07-12 09:59:44 +05:30
templates/data_analyzer Add quick agent access toggle button to data analyzer 2025-07-17 22:27:27 +05:30
__init__.py Implement wallet deduction after success & fix display issues 2025-07-10 16:34:03 +05:30
admin.py Implement wallet deduction after success & fix display issues 2025-07-10 16:34:03 +05:30
apps.py Implement wallet deduction after success & fix display issues 2025-07-10 16:34:03 +05:30
models.py Implement wallet deduction after success & fix display issues 2025-07-10 16:34:03 +05:30
processor.py Update data analyzer agent page to remove dashboard references 2025-07-17 21:49:19 +05:30
urls.py Fix data analyzer JSON response errors 2025-07-13 19:34:22 +05:30
views.py Update data analyzer agent page to remove dashboard references 2025-07-17 21:49:19 +05:30