diff --git a/src/setup-ui.tsx b/src/setup-ui.tsx index 4629869..6c086fb 100644 --- a/src/setup-ui.tsx +++ b/src/setup-ui.tsx @@ -482,9 +482,8 @@ function SetupWizard(props: { backgroundColor="#12202b" > - sandcode + sandcode - {" "} Daytona research, OpenCode sandboxes, and a setup flow worth reusing. @@ -547,7 +546,7 @@ function SetupWizard(props: { {(stepAccessor) => ( - <> + {stepAccessor().eyebrow} {stepAccessor().title} @@ -582,13 +581,13 @@ function SetupWizard(props: { }); }} /> - + )} {(stepAccessor) => ( - <> + {stepAccessor().eyebrow} {stepAccessor().title} @@ -630,7 +629,7 @@ function SetupWizard(props: { } }} /> - + )} @@ -724,7 +723,7 @@ export async function runSetupTui( context: SetupContext, initialState: SetupState, ): Promise { - const renderer = await createCliRenderer(); + const renderer = await createCliRenderer({ useMouse: false }); return await new Promise((resolve, reject) => { let settled = false;