feat(webapp): segmented control for the task type filter#3985
Conversation
Replace the popover task type filter on the Tasks page with a segmented control: "All" plus icon-only Agent, Standard, and Scheduled segments, each with a tooltip showing its label and number-key shortcut (0-3). Filtering is now single-select instead of multi-select.
|
WalkthroughThe task-type filter on the Tasks index route is replaced from a multi-select popover (Combobox/Select) to a 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Replaces the multi-select popover task type filter on the Tasks page with a single-select segmented control: All plus icon-only Agent, Standard, and Scheduled segments. Each segment has a tooltip showing its label and a number-key shortcut (0-3), and the search field no longer autofocuses so the shortcuts work on page load.
✅ Checklist