Refactor status icons to use a shared ProgressCircle SVG base with pie-arc fill. Backlog, Todo, InProgress, InReview, Done, Cancelled, Blocked all use the unified component. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 lines
212 B
TypeScript
4 lines
212 B
TypeScript
export { StatusIcon } from "./status-icon";
|
|
export { PriorityIcon } from "./priority-icon";
|
|
export { StatusPicker, PriorityPicker, AssigneePicker } from "./pickers";
|
|
export { IssueDetail } from "./issue-detail";
|