fix: Update AppSet Icon (#10078)#249
Conversation
|
Warning Review limit reached
More reviews will be available in 3 minutes and 36 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthrough
ChangesApplicationSetNode Icon Replacement
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #249 +/- ##
=======================================
Coverage ? 11.80%
=======================================
Files ? 154
Lines ? 6344
Branches ? 2175
=======================================
Hits ? 749
Misses ? 5595
Partials ? 0
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:
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/gitops/components/appset/graph/nodes/ApplicationSetNode.tsx`:
- Line 105: The ApplicationSetIcon component is using the fill style property to
set its color, but the SVG path inside is defined with fill="currentColor",
which means it only responds to the CSS color property, not the fill property.
To fix this, either modify the SVG file to use a regular fill color instead of
currentColor, or update the ApplicationSetIcon component usage to pass style={{
color: 'var(--pf-topology__node__background--Stroke)' }} instead of using the
fill property. The key is to align the style property with what the SVG actually
respects - use color property when the SVG uses currentColor.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Enterprise
Run ID: 5ae22986-7a5a-40bf-b0a7-2ee9a9ee577d
⛔ Files ignored due to path filters (1)
src/images/resources/applicationset.svgis excluded by!**/*.svg
📒 Files selected for processing (1)
src/gitops/components/appset/graph/nodes/ApplicationSetNode.tsx
Signed-off-by: Keith Chong <kykchong@redhat.com>
ba284ea to
def3900
Compare
aali309
left a comment
There was a problem hiding this comment.
LGTM, Thanks @keithchong
See GITOPS-10078