fix(tui3): task proposal countdown handles keypress and avoids starting declined task (#1547) - #1594
Open
santoshkumarradha wants to merge 1 commit into
Open
santoshkumarradha wants to merge 1 commit into
santoshkumarradha wants to merge 1 commit into
Conversation
…ng declined task (#1547)
Member
Author
Pass 1 Review: Defects & Contracts
drafted with CodeAF |
Member
Author
Pass 2 Review: Architecture & Software Craft
drafted with CodeAF |
Member
Author
Pass 3 Review: Production Readiness & Verification
drafted with CodeAF |
santoshkumarradha
marked this pull request as ready for review
September 27, 2026 04:00
Member
Author
Pass 3 Review: Production Readiness, Concurrency & CI Status
drafted with CodeAF |
Member
Author
|
@AbirAbbas this is review ready |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes issue #1547 where typing keypresses (such as
2to decline) during the task proposal countdown card paused the ticker but failed to dispatch the choice, leaving selection focus on1 start itso that a subsequentEnterstarted the task.Changes
internal/tui3to propagate key event choices directly to the card selection state.Fixes #1547
Drafted with CodeAF · reviewed and owned by the author