fix(KB-259): update subtask button tooltip for live feature
- Update subtask button tooltip from "coming soon" to "Break down into AI-generated subtasks" - Apply tooltip fix to both QuickEntryBox and InlineCreateCard components - Add changeset for patch release
This commit is contained in:
@@ -666,7 +666,7 @@ export function InlineCreateCard({
|
||||
onClick={handleSubtaskClick}
|
||||
disabled={!description.trim()}
|
||||
data-testid="subtask-button"
|
||||
title="Break down into subtasks (coming soon)"
|
||||
title="Break down into AI-generated subtasks"
|
||||
>
|
||||
<ListTree size={12} style={{ verticalAlign: "middle" }} />
|
||||
Subtask
|
||||
|
||||
@@ -614,7 +614,7 @@ export function QuickEntryBox({ onCreate, addToast, tasks = [], availableModels,
|
||||
onClick={handleSubtaskClick}
|
||||
disabled={!description.trim()}
|
||||
data-testid="subtask-button"
|
||||
title="Break down into subtasks (coming soon)"
|
||||
title="Break down into AI-generated subtasks"
|
||||
>
|
||||
<ListTree size={12} style={{ verticalAlign: "middle" }} />
|
||||
Subtask
|
||||
|
||||
Reference in New Issue
Block a user