feat(web): add widget picker drawer for dashboard customization #498

Merged
jason.woltje merged 1 commits from feat/ms18-widget-picker into main 2026-02-24 00:59:45 +00:00

1 Commits

Author SHA1 Message Date
ee5364f2d3 feat(web): add widget picker drawer for dashboard customization
All checks were successful
ci/woodpecker/push/web Pipeline was successful
Add a slide-out drawer UI to browse available widgets from the registry,
search by name/description, and add them to the dashboard. The picker
is accessible via "Add Widget" button in edit mode.

- WidgetPicker component with search, widget list, and one-click add
- Generates unique widget IDs and places new widgets below existing ones
- Integrated into dashboard page header (edit mode only)

Ref: #488

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 18:54:12 -06:00