MCPcopy Create free account
hub / github.com/Noumena-Network/code / handleThemeSelection

Function handleThemeSelection

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

Source from the content-addressed store, hash-verified

70 }
71 }
72 function handleThemeSelection(newTheme: ThemeSetting) {
73 setTheme(newTheme);
74 goToNextStep();
75 }
76 const exitState = useExitOnCtrlCDWithKeybindings();
77
78 // Define all onboarding steps

Callers

nothing calls this directly

Calls 1

goToNextStepFunction · 0.85

Tested by

no test coverage detected