(exitState: ExitState)
| 24 | label: 'Claude Code Review - Automated code review on new PRs' |
| 25 | }]; |
| 26 | function renderInputGuide(exitState: ExitState): React.ReactNode { |
| 27 | if (exitState.pending) { |
| 28 | return <Text>Press {exitState.keyName} again to exit</Text>; |
| 29 | } |
| 30 | return <Byline> |
| 31 | <KeyboardShortcutHint shortcut="↑↓" action="navigate" /> |
| 32 | <KeyboardShortcutHint shortcut="Space" action="toggle" /> |
| 33 | <KeyboardShortcutHint shortcut="Enter" action="confirm" /> |
| 34 | <ConfigurableShortcutHint action="confirm:no" context="Confirmation" fallback="Esc" description="cancel" /> |
| 35 | </Byline>; |
| 36 | } |
| 37 | export function WorkflowMultiselectDialog(t0) { |
| 38 | const $ = _c(14); |
| 39 | const { |
nothing calls this directly
no outgoing calls
no test coverage detected