## User Story As user, I want to easily filter the tasks that are waiting for my input, so I can address them. ## Acceptance Criteria - [x] Add "All" and "Waiting for Input" tabs - [x] Display the number of idle tasks in "Waiting for Input" tab - [x] Correctly filter tasks by the selected tab - [x] If there are no idle tasks, the "Waiting for Input" tab should be disabled ## Design  ## Implementation Notes Use the existing experimental tasks API for fetching the data. Once https://github.com/coder/internal/issues/899 is completed we will need to switch to this API.