mirror of
https://github.com/sst/opencode.git
synced 2025-08-28 00:44:14 +00:00
ignore: test
This commit is contained in:
parent
4ff64c6209
commit
7633a951e6
3 changed files with 12 additions and 18 deletions
|
@ -61,7 +61,7 @@ export default function Share(props: {
|
|||
const [store, setStore] = createStore<{
|
||||
info?: Session.Info
|
||||
messages: Record<string, MessageWithParts>
|
||||
}>({ info: props.info, messages: mapValues(props.messages, (x: any) => ("metadata" in x ? fromV1(x) : x)) })
|
||||
}>({ info: props.info, messages: {} })
|
||||
const messages = createMemo(() => Object.values(store.messages).toSorted((a, b) => a.id?.localeCompare(b.id)))
|
||||
const [connectionStatus, setConnectionStatus] = createSignal<[Status, string?]>(["disconnected", "Disconnected"])
|
||||
// createEffect(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue