MCPcopy Create free account
hub / github.com/freecodexyz/free-code / renderInputGuide

Function renderInputGuide

src/components/WorkflowMultiselectDialog.tsx:26–36  ·  view source on GitHub ↗
(exitState: ExitState)

Source from the content-addressed store, hash-verified

24 label: 'Claude Code Review - Automated code review on new PRs'
25}];
26function 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}
37export function WorkflowMultiselectDialog(t0) {
38 const $ = _c(14);
39 const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected