-
Notifications
You must be signed in to change notification settings - Fork 142
fix(dash): use ineligible icon for runners #3742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 01-03-feat_dash_show_runner_pool_errors
Are you sure you want to change the base?
fix(dash): use ineligible icon for runners #3742
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Code Review - PR #3742OverviewThis PR improves the offline runner status indicator by changing the icon from a signal icon to a warning triangle and enhancing the tooltip text. The changes are straightforward and improve user experience. ✅ Positives
📝 ObservationsCode Quality
Minor Consideration Testing
🔍 No Issues Found
Recommendation✅ Approve - This is a clean, focused improvement that enhances the user experience. The change is low-risk and clearly beneficial. Review generated by Claude Code |
Graphite Automations"Test" took an action on this PR • (01/02/26)1 assignee was added to this PR based on Kacper Wojciechowski's automation. |
f6af542 to
a4972a8
Compare
f941b79 to
70e750a
Compare

TL;DR
Updated the offline runner status indicator to use a warning triangle icon with improved tooltip text.
What changed?
faExclamationTriangleicon from Font AwesomefaSignalAlttofaExclamationTriangleHow to test?
Why make this change?
The warning triangle icon more clearly communicates an error state compared to the previous signal icon. The updated tooltip text also explicitly states that the runner is offline, making the status more immediately understandable to users.