chore: cleanup

This commit is contained in:
Adam 2026-01-01 20:15:37 -06:00
commit 0f34634c52
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

@ -904,9 +904,9 @@ export default function Page() {
style={{ width: isDesktop() && showTabs() ? `${layout.session.width()}px` : "100%" }} style={{ width: isDesktop() && showTabs() ? `${layout.session.width()}px` : "100%" }}
> >
<div class="flex-1 min-h-0 overflow-hidden"> <div class="flex-1 min-h-0 overflow-hidden">
<Show when={activeMessage()}> <Switch>
<Switch> <Match when={params.id}>
<Match when={params.id}> <Show when={activeMessage()}>
<Show <Show
when={!mobileReview()} when={!mobileReview()}
fallback={ fallback={
@ -989,12 +989,12 @@ export default function Page() {
</div> </div>
</div> </div>
</Show> </Show>
</Match> </Show>
<Match when={true}> </Match>
<NewSessionView /> <Match when={true}>
</Match> <NewSessionView />
</Switch> </Match>
</Show> </Switch>
</div> </div>
{/* Prompt input */} {/* Prompt input */}