wip(desktop): progress

This commit is contained in:
Adam 2025-12-15 06:18:23 -06:00
parent 315836c0b7
commit ae8c4154aa
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

@ -222,7 +222,7 @@ export function SessionTurn(
const [store, setStore] = createStore({
status: rawStatus(),
stepsExpanded: true,
stepsExpanded: working(),
duration: duration(),
})