6 Commits

Author SHA1 Message Date
3f75b5920d fix: dashboard API client sends JWT auth token 2026-02-07 11:35:52 -03:00
75f247e036 fix: dashboard API proxy - use server-side rewrite instead of client-side URL 2026-02-07 11:30:16 -03:00
97ca887649 fix: npm ci -> npm install (no lock file) 2026-02-07 10:56:08 -03:00
8b6e59d346 feat: add login page and auth guard 2026-02-06 14:45:59 -03:00
d6b08cb586 fix: add go.sum and fixes 2026-02-06 14:26:15 -03:00
dbf9f0497f feat: Add complete dashboard for customers
🎨 Dashboard UI (Next.js 14)
- Modern dark theme with purple/green accents
- Responsive layout with sidebar navigation
- Real-time metrics cards with alerts
- Interactive charts (CPU, Memory) with Recharts
- Hosts table with status indicators
- Alerts list with AI suggestions

🤖 AI Copilot Chat
- Slide-in panel with chat interface
- Quick action buttons
- Command suggestions with execute option
- Real-time loading indicators

📊 Components
- MetricCard with trend indicators
- HostsTable with colored metrics
- AlertsList with severity levels
- AIInsights panel with predictions
- CpuChart and MemoryChart

🛠️ Tech Stack
- Next.js 14 with App Router
- TypeScript
- Tailwind CSS
- Recharts for visualization
- Zustand for state management
2026-02-05 22:52:55 -03:00