feat: filter tasks that are waiting for user input (#19377)

Closes https://github.com/coder/coder/issues/19324

<img width="1624" height="974" alt="Screenshot 2025-08-15 at 14 45 39"
src="https://github.com/user-attachments/assets/a738d9af-f548-413b-a0e7-3f311cb997ee"
/>

---------

Co-authored-by: ケイラ <mckayla@hey.com>
This commit is contained in:
Bruno Quaresma
2025-08-21 15:06:11 -03:00
committed by GitHub
parent 014a2d5b0f
commit d77c3d0226
9 changed files with 891 additions and 799 deletions
+1 -3
View File
@@ -60,7 +60,5 @@
"typos.config": ".github/workflows/typos.toml",
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"biome.configurationPath": "./site/biome.jsonc",
"biome.lsp.bin": "./site/node_modules/.bin/biome"
}
}