fix(mockups): keep soft-mark caution copy on shared UNGROUNDED - #1633
Conversation
Follow-up for Devin on #1605 — soft-mark was hand-typing the approved warning in two spans; lead/tail now come from the same constants every other sample uses.
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in:24 minutes Your organization has reached its usage spending cap. Adjust your spending cap in the billing tab. 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: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
Comment |
This pull request has been ignored for the connected project Preview Branches by Supabase. |
…ounded-copy-ec26 Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
…ounded-copy-ec26 Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
…ounded-copy-ec26 Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
…ounded-copy-ec26 Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
…ounded-copy-ec26 Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
Summary
soft-markcaution sample was hand-typing the approved warning in two styled spans instead of reusing the sharedUNGROUNDEDconstant.UNGROUNDED_LEAD/UNGROUNDED_TAIL, composeUNGROUNDEDfrom them, and render soft-mark from the same pieces so wording cannot drift.Verification
npm run verify:pr-localwill run in CI.*-mockups.tsx/ mockups route), outside production UI gates.Risk and rollout
Notes
ReactNodeimport fix; this Devin finding landed after that tip and needs this follow-up.