Commit 9b24954
committed
fix(site): only show active tasks in waiting for input tab
Previously, the "waiting for input" tab filtered tasks by checking only
if current_state.state === "idle". This caused stopped or errored tasks
to appear in the tab if they had an idle state, which was incorrect.
Now, tasks are filtered by both idle state AND active status, ensuring
only running tasks that are actually waiting for user input are shown.
---
🤖 This change was written by Claude Code using Coder Tasks and reviewed by a human 🏂1 parent 02bac71 commit 9b24954
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments