chore(sdk): upgrade apsara to 1.0.0-rc.9, PAT table fix#1651
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
More reviews will be available in 11 minutes and 56 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdates the Changesweb/sdk dependency update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 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 |
Coverage Report for CI Build 26496052436Coverage remained the same at 42.847%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
web/sdk/react/views-new/teams/team-details-view.tsx (1)
272-272: 💤 Low valueConsider consolidating repeated inline styles.
The
style={{ cursor: 'pointer' }}pattern is repeated identically across four detail views (PAT, Project, Service Account, and Team). While the current approach works, consider these alternatives if this pattern grows:
- Extract to a shared CSS class (e.g.,
.breadcrumb-clickable)- Create a reusable
ClickableBreadcrumbItemwrapper component- Request the apsara library to handle cursor styling internally for breadcrumb items with
onClickFor now, the inline style is acceptable for this small change.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 081bef8c-6819-49b4-8c62-ab6e413807a0
📒 Files selected for processing (4)
web/sdk/react/views-new/pat/pat-details-view.tsxweb/sdk/react/views-new/projects/project-details-view.tsxweb/sdk/react/views-new/service-accounts/service-account-details-view.tsxweb/sdk/react/views-new/teams/team-details-view.tsx
d2d6670 to
b05dcdc
Compare
Summary
@raystack/apsarafrom1.0.0-rc.8to1.0.0-rc.9cursor: pointerfrom the component libraryNAfor empty "Last used" field in PAT tableTest plan
NAin the "Last used" column