feat(KB-248): replace checkbox with Plan and Subtask buttons in task creation UI
- Replace 'break into subtasks' checkbox with explicit Plan and Subtask buttons - Update InlineCreateCard (Board view) and QuickEntryBox (List view) with new button layout - Wire up button callbacks in App.tsx, Board, and ListView components - Update and add tests for disabled button behavior when no description entered - Document new Plan and Subtask button behavior in AGENTS.md
This commit is contained in:
9
.changeset/replace-subtasks-checkbox.md
Normal file
9
.changeset/replace-subtasks-checkbox.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
"@dustinbyrne/kb": minor
|
||||
---
|
||||
|
||||
Replace "break into subtasks" checkbox with explicit "Plan" and "Subtask" buttons
|
||||
|
||||
Task creation UI now shows two explicit buttons instead of a checkbox:
|
||||
- "Plan" — Opens AI planning mode to refine the task before creation
|
||||
- "Subtask" — Opens subtask breakdown dialog (feature coming in next release)
|
||||
Reference in New Issue
Block a user