Wire timeline card quick-action icons #14
Labels
No labels
area:backend
area:cf-integration
area:flutter-ui
priority:blocking-v1
priority:v1-polish
type:docs
type:epic
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#12 Wire 'Move to Backlog' button in task selection modal
eva/focus-flow
#13 Wire 'Break up' button in task selection modal
eva/focus-flow
Reference: eva/focus-flow#14
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Part of #7.
quick_actions.dartandtrailing_controls.dartin the timeline card are presentational components without wired handlers. This is a UX accelerant, not required by any MVP-AC acceptance criterion — the task modal already provides one path to the same actions.Scope
Out of scope
Any new actions beyond what the task modal already exposes.
Acceptance criteria
Timeline card icons perform the same actions as their task-modal equivalents.
Related
#7. Previously blocked by #12 and #13 — both are now closed (PR #18), so this is unblocked and ready to pick up. Reuse
_pushCardToNext/_pushCardToBacklog/_breakUpCardalready wired infocus_flow_home_state.dartrather than duplicating command logic.