fix(desktop): busy state and reactivity

This commit is contained in:
Adam 2025-11-18 11:35:17 -06:00
parent 13f319b64f
commit 333b8e907b
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
6 changed files with 33 additions and 29 deletions

View file

@ -266,7 +266,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
if (!existing) {
const created = await sdk.client.session.create()
existing = created.data ?? undefined
if (existing) navigate(`${local.slug()}/session/${existing.id}`)
if (existing) navigate(existing.id)
}
if (!existing) return