chore: cleanup
This commit is contained in:
parent
a5a569f892
commit
0f34634c52
1 changed files with 9 additions and 9 deletions
|
|
@ -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 */}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue