quantum-ai/data_analyzer
Claude ccdba43433 Replace alert popups with toast notifications in Data Analyzer
- Replace all alert() calls with custom toast notifications
- Create elegant toast notifications instead of browser popups
- Toast notifications appear in top-right corner with smooth styling
- Auto-dismiss after 3 seconds
- Green toasts for success, red for errors
- Prevents localhost popup interruptions during agent processing

Benefits:
- Better user experience (no popup interruptions)
- Professional appearance
- Non-blocking notifications
- Consistent styling across the app
2025-07-16 23:17:38 +05:30
..
migrations Implement PostgreSQL development parity and fix migration conflicts 2025-07-12 09:59:44 +05:30
templates/data_analyzer Replace alert popups with toast notifications in Data Analyzer 2025-07-16 23:17:38 +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 Fix UNIQUE constraint error in Data Analyzer 2025-07-16 22:54:09 +05:30
urls.py Fix data analyzer JSON response errors 2025-07-13 19:34:22 +05:30
views.py Fix data analyzer JSON response errors 2025-07-13 19:34:22 +05:30