You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add 'Add to Kanban' quick action for Quick Wins issues
Implements GitHub issue #96 by adding an "Add to Kanban" button to each
row in the Quick Wins table. Users can now quickly add issues to their
Kanban board's "To Do" column directly from the Quick Wins page.
Changes:
- Modified columns.tsx to add a new Actions column with "Add to Kanban" button
- Updated QuickWinsTable.tsx to integrate with useKanbanStore
- Added handler to convert GitHubIssue to KanbanTask format
- Button adds issues to the "To Do" column by default
This streamlines the planning workflow and accelerates contribution
initiation by reducing friction in task assignment.
0 commit comments