chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-25 20:26:11 +00:00
parent a2b847e29e
commit 21c0e03a70
4 changed files with 35 additions and 45 deletions
@@ -161,8 +161,7 @@ function PromptInputWithOpenDock() {
} }
return ( return (
<SessionComposerRegion <SessionComposerRegion
controller={ controller={createSessionComposerRegionController({
createSessionComposerRegionController({
state, state,
sessionKey: () => "story-session", sessionKey: () => "story-session",
sessionID: () => "story-session", sessionID: () => "story-session",
@@ -179,8 +178,7 @@ function PromptInputWithOpenDock() {
openParent: () => {}, openParent: () => {},
setPromptRef: () => {}, setPromptRef: () => {},
setDockRef: () => {}, setDockRef: () => {},
}) })}
}
promptInput={ promptInput={
<PromptInput <PromptInput
controls={inputControls} controls={inputControls}
+1 -3
View File
@@ -1783,9 +1783,7 @@ export default function Page() {
</Switch> </Switch>
</div> </div>
<Show when={(params.id || !newSessionDesign()) && !mobileChanges()}> <Show when={(params.id || !newSessionDesign()) && !mobileChanges()}>{(_) => composerRegion()}</Show>
{(_) => composerRegion()}
</Show>
<Show when={!!params.id && mobileTabsBottom()}>{mobileTabs(true, true)}</Show> <Show when={!!params.id && mobileTabsBottom()}>{mobileTabs(true, true)}</Show>
</div> </div>
@@ -135,11 +135,7 @@ export function SessionComposerRegion(props: {
</Show> </Show>
<Show <Show
when={controller.child()} when={controller.child()}
fallback={ fallback={<Show when={!controller.state.blocked()}>{props.promptInput}</Show>}
<Show when={!controller.state.blocked()}>
{props.promptInput}
</Show>
}
> >
<div <div
ref={controller.setPromptRef} ref={controller.setPromptRef}
@@ -286,8 +286,7 @@ export const Playground = {
<div> <div>
<SessionComposerRegion <SessionComposerRegion
controller={ controller={createSessionComposerRegionController({
createSessionComposerRegionController({
state, state,
sessionKey: () => "story-session", sessionKey: () => "story-session",
sessionID: () => "story-session", sessionID: () => "story-session",
@@ -301,8 +300,7 @@ export const Playground = {
openParent: () => {}, openParent: () => {},
setPromptRef: () => {}, setPromptRef: () => {},
setDockRef: () => {}, setDockRef: () => {},
}) })}
}
promptInput={ promptInput={
<PromptInput <PromptInput
controls={controls} controls={controls}