Commit Graph

114 Commits

Author SHA1 Message Date
horus 76e37e2363 fix(pdf-viewer): use PDF.js with client-side rendering
- Created PDFViewerClient component with PDF.js
- Uses dynamic import with ssr: false to avoid server-side issues
- Full page navigation and zoom controls
- Upload or load from URL
2026-03-23 21:51:16 +01:00
horus 6c605a5391 fix(pdf-viewer): fix Cloudflare blocking iframe content
- For uploaded PDFs: Show download/open buttons instead of iframe
- For URL PDFs: Use Google Docs viewer
- Works around Cloudflare's content blocking
2026-03-23 20:42:53 +01:00
horus 626a5e10ba fix(mission-control): restore Resume Builder and PDF Viewer implementations
- Resume Builder: Full resume editing (personal, experience, education, skills)
- PDF Viewer: Upload or load from URL
- Both restored from git history
2026-03-23 20:28:54 +01:00
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
horus 41c255abf2 feat(mission-control): new sidebar structure v3.0
- 10 categories: Command, Personal, Automation, Council, Projects, Trading, Leads, Memory, Sites, System
- Expand All / Collapse All buttons
- Open All by default: Command, Personal, Automation
- Logout button in footer
- All existing pages linked
2026-03-23 18:02:39 +01:00
horus 45af56d9cf feat(mission-control): restore MC tabs - temple, office, memory, claude, pdf-viewer, resume, resume-upload, temple-3d, demos
Also added:
- Memory API endpoints
- Briefs API endpoints
- AnveVoice stats API
- Claude spawn API
- TTS proxy
- Cleopatra voice widget
- api-auth middleware
2026-03-23 16:30:44 +01:00
horus d5575b58e3 SiteMente - AI-Powered Lead Generation Platform
Features:
- Mission Control dashboard
- HP Submissions tracking
- AI Agents integration
- Lead management CRM
- Marketing email templates
- Chrome extension support

Tech: Next.js, TypeScript, Tailwind CSS, MySQL
2026-03-19 17:38:12 +01:00
Horus 9981d2a9d2 Fix briefs API to use JSON file storage 2026-02-27 22:43:46 +01:00
Horus 4dce0b1ffb Disable widget - API key invalid 2026-02-27 20:04:16 +01:00
Horus 7f00afbed5 Fix language detection and add manual toggle 2026-02-27 19:54:09 +01:00
Horus d784e5df04 Enable Voice Widget V2 for testing 2026-02-27 19:46:57 +01:00
Horus 20e49139d0 Add Voice Widget V2 to SiteMente pages (disabled by default) 2026-02-27 19:39:28 +01:00
Horus 97811e5acb Fix dropdown text visibility 2026-02-27 19:13:13 +01:00
Horus 5e7f416c08 Council to top + Add/Edit/Delete tasks with recurring options 2026-02-27 19:04:18 +01:00
Horus 005ce8e5e3 Add more info to AgentModal - skills, chat, counts 2026-02-27 18:53:59 +01:00
Horus 0929bdb729 Fix Council - clean grid layout 2026-02-27 18:49:10 +01:00
Horus 458fe37d1f Fix agent cards grid layout - clean code 2026-02-27 18:46:52 +01:00
Horus ae05034c96 Fix agent cards to grid layout (4 per row) 2026-02-27 18:44:43 +01:00
Horus b876125240 Add AgentModal popup instead of separate page 2026-02-27 17:56:37 +01:00
Horus f6d811de40 Add layout for agent pages with dark background 2026-02-27 17:49:48 +01:00
Horus d1b6a65d42 Fix Agent page dark background 2026-02-27 17:48:38 +01:00
Horus 167b845e37 Fix syntax error in Agent Config 2026-02-27 17:45:21 +01:00
Horus a97e7ca6de Fix Agent Command Center - dark theme, fixed navigation 2026-02-27 17:44:16 +01:00
Horus ab60c25f36 Fix Agent Command Center - exact BMHQ layout with white cards 2026-02-27 17:39:07 +01:00
Horus a0073401f5 Add Agent Command Centers - /agent/[id] with vertical sections 2026-02-27 17:36:34 +01:00
Horus fc2e1c1ff5 BMHQ Upgrade: Add Auto-Run, Execution Logs, Change Log, Brainown panels 2026-02-27 17:13:29 +01:00
Horus cc9dba2790 Fix transcripts: use API route for server-side fs 2026-02-27 15:25:06 +01:00
Horus d7cd81b293 Add YouTube transcripts tab to Mission Control 2026-02-27 15:00:38 +01:00
root 0a4853bcda Clean up: Remove all old widgets, keep only V2 (disabled by default) 2026-02-26 19:12:59 +01:00
root 57a7674b5c Fix API key placeholder - add valid MiniMax key in .env.local 2026-02-26 19:02:48 +01:00
root ba775f3fb7 Add MiniMax Voice Widget V2 - disabled by default for testing 2026-02-26 18:58:59 +01:00
root f1fa98fbcb Fix TradingReports syntax - functions before component 2026-02-25 17:05:59 +01:00
root de6d8eeceb Fix reports - generate real HTML in JavaScript 2026-02-25 14:03:04 +01:00
root 4bc7fb8fd3 Connect Trading Reports to LLM for real generation 2026-02-25 10:31:48 +01:00
root fcd3463bde Add Trading Reports to Tools section 2026-02-25 10:30:06 +01:00
root 32f57fff82 Rename to Trading Reports 2026-02-25 10:27:10 +01:00
root 71eb6c76c4 Add Macro Report Generator to Trading tab 2026-02-25 10:25:58 +01:00
root 52ea3044a4 Add custom Synthflow WebSocket widget 2026-02-24 15:35:57 +00:00
root c1464f97df Try iframe with more permissions 2026-02-24 15:21:46 +00:00
root 5ceb15bcbc Open Synthflow in popup instead of iframe 2026-02-24 15:18:25 +00:00
root 22397de058 Simplify widget - direct mode buttons 2026-02-24 15:17:48 +00:00
root 8fdde1d882 Fix mode cycling 2026-02-24 15:16:57 +00:00
root 8bc904523a Replace Vapi with Synthflow widget 2026-02-24 15:13:54 +00:00
root 128c60e72f Fix language toggle and mic access 2026-02-24 12:32:24 +00:00
root 19c4187897 Fix Vapi webhook - add toolCallId to response 2026-02-24 12:09:39 +00:00
root 247eeb9597 Fix leads API null handling 2026-02-24 11:37:20 +00:00
root 6e7f30b514 Add Lead CRM API with Supabase 2026-02-24 07:49:22 +00:00