-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Overview
Replace the current tab-bar navigation with a collapsible sidebar (like OpenClaw's dashboard). Add an Overview page as the default landing page.
Sidebar Navigation
- Collapsible sidebar (220px expanded, icon-only collapsed)
- Groups: Control (Overview, Cron, Tasks, Pipeline), Agents, Settings (Config, Logs)
- Active state highlighting, group collapse/expand
- Mobile: horizontal nav bar instead of sidebar
Overview Page
Dashboard landing page showing:
- Connection status (green dot + uptime)
- System health (memory, disk, CPU)
- Key metrics cards: active agents, cron jobs, tasks ready, total submissions 24h
- Recent activity feed (last 10 cron runs with status)
- Cost summary (24h API spend)
Data Sources
GET /healthfor uptimeGET /api/cron/jobsfor job count + recent runsGET /api/agentsfor active agent countGET /api/tasks(once implemented) for task count- New:
GET /api/statsendpoint returning aggregated metrics from cron_runs table
Priority: P2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request