fix(webapp): update task filter icons and the scheduled run icon#4065
Conversation
Use the all-tasks icon for the task and task-type filter buttons on the Runs, Logs, Errors, and metrics pages and for task-derived queue indicators, and show a clock icon for scheduled runs in the run inspector header.
|
WalkthroughTwo sets of changes are made. First, across several filter and queue components ( 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✨ 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
Fixes the Tasks icon on the Runs, Logs, Errors, and metrics pages (and the task-derived queue indicators) to use the correct "T" tasks icon, and shows a clock icon for scheduled runs in the run inspector header.
Before
After