Queue outstanding-issues request: mobile CLS regression on / - #2059
Merged
Conversation
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/issuesinbox request (docs/outstanding-issues-inbox/d92786de-de31-4118-84cc-0a9098e7f2e0.json) documenting a real, reproducible mobile CLS regression on/discovered while working PR Simplify Differentials compare-queue hero card #2050.Context
PR #2050 (an unrelated Differentials compare-queue UI simplification) hit a
Lighthouse budgetCI failure: mobile-root CLS measured 0.236 against the committed 0.013 baseline, identical across two independent CI re-runs on two different head SHAs, with the correctly pinned/matching browser (the check graded rather than refusing for evidence-incomplete/browser-drift). PR #2050's diff is a Server Component change on a completely different route with zero client-bundle delta, so it cannot be the cause.This matches
docs/outstanding-issues.mditem#147("Mobile CLS breaches four routes"), marked RESOLVED 2026-08-12 via PR #1616, which verified home-page mobile CLS at exactly 0.013 — the same number now used as the CI baseline. Sincemain's own push-triggered CI skips theLighthouse budgetjob entirely (it only runs onpull_requestevents withUI_CHANGED=true), a regression here could land onmainundetected by any merge that doesn't itself touch UI-changed paths.This PR only queues the tracking request — no source changes, no attempt to fix the regression itself (out of scope here; needs a proper bisect/investigation).
Verification
npm run issues:add— the script's own request validation passed and reported the request as merge-safe.docs/outstanding-issues-inbox/, added via the repo's ownscripts/ledger-inbox.mjs addtooling. No source/build/test surface is touched.Risk and rollout
Not applicable — append-only tracking document, no code/behavior change. Reconciliation into the canonical
docs/outstanding-issues.mdledger happens via a separate, deliberately serializednpm run issues:reconcilerun per repo convention.Notes
Generated by Claude Code