wip(desktop): progress

This commit is contained in:
Adam
2025-12-15 06:18:23 -06:00
committed by Aiden Cline
parent 5fb20a52a7
commit 668c932631

View File

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