Commit Graph

4 Commits

Author SHA1 Message Date
horus fd9cbcb8a5 fix(mission-control): consistent dark theme across all pages
- All pages now use min-h-screen bg-slate-950
- Consistent card styling: bg-slate-800 rounded-xl border border-slate-700
- Fixed all hyphenated function names
- All 27 pages tested and returning 200
2026-03-23 19:35:06 +01:00
horus e33898ec2e fix(mission-control): fix hyphenated function names in pages
- PdfViewerPage, TradingChartPage, TradingReportsPage, TradingToolsPage
- TaskHistoryPage, HpSubmissionsPage, ProjectsPanelPage
- ResumeUploadPage, SystemStatusPage
2026-03-23 19:29:45 +01:00
horus 00908900c8 feat(mission-control): add BackToMC button to all pages
- Created BackToMC component
- Added to all 27 mission control pages
- Each page now has '← Back to Mission Control' button at top
- Also pushed beta to develop to sync branches
2026-03-23 18:26:37 +01:00
horus 2cee0e6513 feat(mission-control): add all missing pages
- Automation: AutoRun, ExecutionLogs, ChangeLog, Brainown, HorusAI
- Projects: Tasks, TaskHistory, Monday
- Trading: Trading Panel, Chart, Reports, Tools (placeholders)
- Leads: Lead Manager
- System: System Status, Skills Panel, Command Center, Projects Panel
- Council: Agents roster, Sessions, Council Chat, Voice
- All pages return 200 OK
2026-03-23 18:13:59 +01:00