sync
This commit is contained in:
@@ -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 { Dynamic } from "solid-js/web"
|
||||||
import path from "path"
|
import path from "path"
|
||||||
import { useRouteData } from "./context/route"
|
import { useRouteData } from "./context/route"
|
||||||
@@ -43,10 +43,6 @@ export function Session() {
|
|||||||
if (evt.name === "pagedown") scroll.scrollBy(scroll.height / 2)
|
if (evt.name === "pagedown") scroll.scrollBy(scroll.height / 2)
|
||||||
})
|
})
|
||||||
|
|
||||||
const [store, setStore] = createStore({
|
|
||||||
items: [] as { multiline: boolean }[],
|
|
||||||
})
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<box paddingTop={1} paddingBottom={1} paddingLeft={2} paddingRight={2} flexGrow={1} maxHeight="100%">
|
<box paddingTop={1} paddingBottom={1} paddingLeft={2} paddingRight={2} flexGrow={1} maxHeight="100%">
|
||||||
<Show when={session()}>
|
<Show when={session()}>
|
||||||
|
|||||||
Reference in New Issue
Block a user