Visual spot-check: server-setup probe flow + style-array scrub (#236/#239 follow-up) #389
Labels
No labels
area:auth
area:ci
area:db
area:infra
area:native
area:pwa
area:service
epic
feature
foundation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
james/carol#389
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to #236 (PR #382) and #239 (PR #384), both merged. Both shipped with green headless gates (typecheck/lint/test/
export:web), but the client vitest runner is node-env with no RN render, so anything visual or layout-related is unverified. These need a quick human spot-check on the web build (and ideally Android).What to check
From #236 — server-setup health probe
ActivityIndicatorspinner and is disabled while the probe runs.serverSetup.errors.unreachablecopy renders.serverSetup.errors.notCarolcopy renders.From #239 —
style={[...]}→ merged-object scrub (613 sites)The scrub was style-shape-only (no intended visual change), but it touched 16 files. Spot-check the heaviest screens render correctly with no layout/spacing/color regressions:
account.tsx(162 sites),experience.tsx(155),chat.tsx(49),SkillsSection.tsx(42),network/[id].tsx(38),network/orgs/[id].tsx(30)....(textStyle)-style variable spreads flagged in PR #384 — confirm a single style object renders as before.Notes