You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The footer is identical across routes for a given locale/theme/viewport,
so per-route footer snapshots are byte-identical and fail the
exact-duplicate baseline gate (#1230 M15). The footer now owns ONE
baseline per locale x theme x viewport (shot on the home route); the
docs sidebar keeps its per-route baselines because its section filtering
makes each route's chrome distinct. Desktop sidebar baselines were
regenerated under the fixed property-contract behavior (claim now
succeeds and the island actually hydrates, so the committed pixels
reflect the hydrated shell rather than the pre-fix stuck-SSR state).
0 commit comments