fix(card): address CodeRabbit on the terminal waitlist screen#2304
Conversation
1) Local 'locallyJoined' override (set only on a confirmed join) so the 'Join anyway' CTA swaps to the on-the-list state immediately instead of flickering back until the /card refetch resolves. 2) CARD_WAITLIST_VIEWED now reports the real already_joined (the screen can mount already-joined). 3) handleAppeal clears any stale joinError so 'Failed to join' can't render alongside 'You're on the list'.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 14 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?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 reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. 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, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
Comment |
Code-analysis diffPainscore total: 5842.93 → 5843.49 (+0.56) 🆕 New findings (5)
✅ Resolved (5)
📈 Painscore deltas (top movers)
|
🧪 UI test report — ✅ all greenSuites
📊 Coverage (unit)
⏱ 10 slowest test cases
|
Follow-up to #2303 (merged). Resolves the 3 CodeRabbit findings:
locallyJoinedoverride (set only on a confirmed join, success-only so a failed appeal-join doesn't falsely flip) so the CTA swaps to 'on the list' immediately, not after the refetch.CARD_WAITLIST_VIEWEDnow sends the realalready_joined(screen can mount already-joined).handleAppealclears stalejoinErrorso 'Failed to join' can't show next to 'You're on the list'.Single file (CardRejectionScreen.tsx). eslint clean, typecheck clean, prettier clean. Hotfix off main; needs back-merge to dev.