MCPcopy Create free account
hub / github.com/codeaashu/claude-code / renderInstalling

Function renderInstalling

src/utils/swarm/It2SetupPrompt.tsx:207–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205 }} onCancel={() => onDone("cancelled")} /></Box></Box>;
206 }
207 function renderInstalling() {
208 return <Box flexDirection="column" gap={1}><Box><Spinner /><Text> Installing it2 using {packageManager}…</Text></Box><Text dimColor={true}>This may take a moment.</Text></Box>;
209 }
210 function renderInstallFailed() {
211 const options_0 = [{
212 label: "Try again",

Callers 1

renderContentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected