fix(tui): restore exit shortcuts on plugin routes#20515
fix(tui): restore exit shortcuts on plugin routes#20515itz4blitz wants to merge 1 commit intoanomalyco:devfrom
Conversation
|
Looks like both the Linux and Windows e2e failures are stopping before the actual exit-handling behavior is exercised. In both jobs, So from the current CI logs, the failing checks do not seem to validate or invalidate the plugin-route exit fix itself yet. |
Yep, that matches my read as well. The failing e2e jobs appear to stop in Locally I verified the behavior with:
Happy to add more verification detail if useful. |
Issue for this PR
Closes #20069
Type of change
What does this PR do?
Plugin routes did not have a fallback
app_exithandler, soCtrl+C,Ctrl+D, andleader+qcould stop working after navigating into a plugin route.This adds a small app-level plugin-route fallback for
app_exitand a regression test covering that route behavior.How did you verify your code works?
bun test test/cli/tui/app-exit.test.tsbun typecheckScreenshots / recordings
N/A
Checklist