22 lines
571 B
Markdown
22 lines
571 B
Markdown
## Summary
|
|
|
|
<!-- Brief description of the change -->
|
|
|
|
## Screenshots
|
|
|
|
<!-- REQUIRED for any UI change. Before/after screenshots. -->
|
|
|
|
| Before | After |
|
|
| ------------------- | ------------------- |
|
|
| <!-- screenshot --> | <!-- screenshot --> |
|
|
|
|
## Checklist
|
|
|
|
- [ ] Design tokens used (no hardcoded hex)
|
|
- [ ] Focus-visible works (keyboard nav)
|
|
- [ ] ARIA labels on icon-only buttons
|
|
- [ ] Empty state handled for list views
|
|
- [ ] Confirmation dialog on destructive actions
|
|
- [ ] Loading state on async operations
|
|
- [ ] Dark/light theme tested
|