mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
chore: cleanup
This commit is contained in:
parent
b8526eca67
commit
bb582416f2
@ -1964,7 +1964,9 @@ export default function Layout(props: ParentProps) {
|
|||||||
|
|
||||||
<Collapsible.Content>
|
<Collapsible.Content>
|
||||||
<nav class="flex flex-col gap-1 px-2">
|
<nav class="flex flex-col gap-1 px-2">
|
||||||
<NewSessionItem slug={slug()} mobile={props.mobile} />
|
<Show when={workspaceSetting()}>
|
||||||
|
<NewSessionItem slug={slug()} mobile={props.mobile} />
|
||||||
|
</Show>
|
||||||
<Show when={loading()}>
|
<Show when={loading()}>
|
||||||
<SessionSkeleton />
|
<SessionSkeleton />
|
||||||
</Show>
|
</Show>
|
||||||
@ -2171,7 +2173,9 @@ export default function Layout(props: ParentProps) {
|
|||||||
style={{ "overflow-anchor": "none" }}
|
style={{ "overflow-anchor": "none" }}
|
||||||
>
|
>
|
||||||
<nav class="flex flex-col gap-1 px-2">
|
<nav class="flex flex-col gap-1 px-2">
|
||||||
<NewSessionItem slug={slug()} mobile={props.mobile} />
|
<Show when={workspaceSetting()}>
|
||||||
|
<NewSessionItem slug={slug()} mobile={props.mobile} />
|
||||||
|
</Show>
|
||||||
<Show when={loading()}>
|
<Show when={loading()}>
|
||||||
<SessionSkeleton />
|
<SessionSkeleton />
|
||||||
</Show>
|
</Show>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user