Dark Welcome illustration is a forecast scene #44
Labels
No Label
P0
P1
P2
release-blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: null/Privacy-Period-Tracker#44
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
In dark mode, onboarding step 1 shows a calendar with a predicted-days arc — the forecast picture — where light mode shows overlapping cycle rings.
What is true now
docs/design/dist/Dark/01_WelcomeIllustration_dark.webpdraws a rounded calendar, an arc of day-beads running into dashed circles, and an arrow. That is the subject07_Forecastis for. Its light twin,Light/01_WelcomeIllustration_light.webp, correctly draws three overlapping rings over a dawn landscape.So
art_welcomeindrawable-night-*is a forecast scene, and the first screen a dark-mode user ever sees illustrates the wrong idea — and the same idea step 7 will show them six screens later.How it got here, because the earlier diagnosis was wrong
An earlier check found
Dark/01andDark/07byte-identical and recorded it as "the forecast's dark illustration is a copy of the welcome one". That was backwards. Both were forecast scenes. Replacing07with a correctly-drawn forecast fixed the duplicate hash and left01still wrong, which is why the set passed a uniqueness check afterwards.The lesson worth keeping: a hash check proves two files differ, not that either is right.
What it costs
Light mode is correct, so this is invisible unless somebody opens the app in dark mode — the same silent shape as a missing
-nightasset, which is what #42 is about. It is cosmetic rather than harmful, but it is the product's first impression and it undercuts the step's own copy: "Know what's coming" over a picture of a prediction the user has not made yet.What to do
Re-render
01_Welcomedark only, to match its light twin: overlapping translucent cycle rings over a night landscape, crescent moon, botanicals to one side, one rose bead on the outer ring. 3:2, 2048 × 1365, composed natively wide. The base prompt and per-scene line are indocs/design/dist/README.mdandBRAND_GUIDE.md§22.Traps
Light/01side by side, not on its own. This defect survived because each file was judged alone.Verify:
docs/design/dist/Dark/01_WelcomeIllustration_dark.webpdraws overlapping cycle rings and no calendar, its hash differs from every other file in the set, and onboarding step 1 shows the same subject in both themes on a device.