MCPcopy Index your code
hub / github.com/codeaashu/claude-code / handleThemeSelection

Function handleThemeSelection

src/components/Onboarding.tsx:54–57  ·  view source on GitHub ↗
(newTheme: ThemeSetting)

Source from the content-addressed store, hash-verified

52 }
53 }
54 function handleThemeSelection(newTheme: ThemeSetting) {
55 setTheme(newTheme);
56 goToNextStep();
57 }
58 const exitState = useExitOnCtrlCDWithKeybindings();
59
60 // Define all onboarding steps

Callers

nothing calls this directly

Calls 2

goToNextStepFunction · 0.85
setThemeFunction · 0.50

Tested by

no test coverage detected