quantum-ai/core
Claude 8538b63246 🎨 Create themed error pages matching agent UI design
 New Features:
- Complete redesign of 404, 500, 403, and 400 error pages
- Agent-themed UI with header, navigation, and widget components
- Component-based architecture using agent-base.css styling
- Responsive design with proper error handling

🔧 Technical Improvements:
- Custom error handlers for production (DEBUG=False)
- Proper Django error view integration
- Authentication-aware error pages (403 shows login options)
- Interactive elements (refresh, go back, contact support)

🎯 UI/UX Enhancements:
- Consistent branding with agent ecosystem
- Quick links to popular agents on 404 page
- System status indicators on 500 page
- Troubleshooting steps on 400 page
- Professional error messaging

Error pages now feel integrated with the platform instead of generic Django errors.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-26 23:12:56 +05:30
..
management 🔄 Create fresh admin user reset command 2025-07-26 22:54:11 +05:30
migrations 🔒 Implement comprehensive homepage security improvements 2025-07-26 02:24:33 +05:30
__init__.py first working 2025-07-09 02:15:35 +05:30
admin.py 🔒 Implement comprehensive homepage security improvements 2025-07-26 02:24:33 +05:30
apps.py first working 2025-07-09 02:15:35 +05:30
error_views.py 🎨 Create themed error pages matching agent UI design 2025-07-26 23:12:56 +05:30
models.py 🔒 Implement comprehensive homepage security improvements 2025-07-26 02:24:33 +05:30
tests.py first working 2025-07-09 02:15:35 +05:30
urls.py 🚀 Complete Railway.app deployment preparation 2025-07-26 09:03:07 +05:30
views.py Fix Railway startup - remove database dependencies from health check 2025-07-26 10:47:39 +05:30