Widget / HUD System (configurable dashboard layout) #41
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
Add a Widget system for configurable HUD dashboard layouts. Single pane of glass with add/remove/move widgets.
Background
The HUD should be:
Requirements
Prisma Schema
Default Widgets
API Endpoints
GET /api/widgets— List available widget definitionsGET /api/layouts— Get user layoutsGET /api/layouts/default— Get default layoutPOST /api/layouts— Save layoutPATCH /api/layouts/:id— Update layoutDELETE /api/layouts/:id— Delete layoutUI
Widget Props Interface
Acceptance Criteria
jason.woltje referenced this issue2026-01-29 23:30:26 +00:00