Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/design-admin-hero-489.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Admin Dashboard Hero Design

## System-health tiles
Hero section for admin dashboard showing system health at a glance.

## Tiles
- **API Status**: green/yellow/red with uptime %
- **Active Users**: count + 24h trend arrow
- **Queue Depth**: pending tasks with threshold warning
- **Error Rate**: % with sparkline
- **DB Health**: connection pool status

## Layout
- 5-column responsive grid
- Each tile: icon + metric + trend indicator
- Skeleton loading state
- Auto-refresh every 30s with subtle animation

Closes #489