This commit is contained in:
Dax Raad 2025-09-20 18:50:36 -04:00
parent 6cda946004
commit 991428ceb3

View file

@ -1,4 +1,4 @@
import { createEffect, createMemo, createSignal, For, Match, Show, Switch, type Component } from "solid-js"
import { createEffect, createMemo, For, Match, Show, Switch, type Component } from "solid-js"
import { Dynamic } from "solid-js/web"
import path from "path"
import { useRouteData } from "./context/route"
@ -43,10 +43,6 @@ export function Session() {
if (evt.name === "pagedown") scroll.scrollBy(scroll.height / 2)
})
const [store, setStore] = createStore({
items: [] as { multiline: boolean }[],
})
return (
<box paddingTop={1} paddingBottom={1} paddingLeft={2} paddingRight={2} flexGrow={1} maxHeight="100%">
<Show when={session()}>