Policies: show tooltip when multiple automations are configured#46934
Policies: show tooltip when multiple automations are configured#46934nulmete wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
There was a problem hiding this comment.
Pull request overview
Updates the Policies table “Automations” cell tooltip presentation so that when a policy has multiple automations, the tooltip includes an arrow indicator (via TooltipWrapper’s showArrow prop). This fits into the frontend’s existing tooltip system (components/TooltipWrapper) and aligns with how other UI tooltips in the repo opt into arrow styling.
Changes:
- Enable
showArrowon the tooltip that lists automation names whenautomations.length > 1.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR adds the Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #46934 +/- ##
========================================
Coverage 67.02% 67.02%
========================================
Files 2861 2861
Lines 224836 224836
Branches 11738 11596 -142
========================================
Hits 150703 150703
Misses 60480 60480
Partials 13653 13653
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Related issue: Resolves:
Testing
Summary by CodeRabbit