feat(screens): retake the two frames a signed-in character changes #14
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/screens-signed-in-retake"
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 #13, which merged a few minutes before this commit was pushed — so it missed the merge and needed its own PR. (Same trap as #10: a commit can sit on an already-merged branch and never reach
main.)The org lead signed a character into the shard by hand — the one step automation could not reach — so the two frames that depended on it were retaken with
npm run screens:capture shard-status app-shard. The world changed; the recipe did not, which is what D45 was for.shard-statusnow reads 1 player online, with the region breakdown showing Britain.app-shardagrees, on the phone, from the same deployment.Two things worth noticing in the retake
And a sixth defect, in the shipped capture
The app says "1 players online" —
shard_online_countandShardEventText.ktboth interpolate a count into a fixed plural. It is visible inapp-shard.webp. The fix is apluralsresource inAndroid-app; say the word and it is a small PR there plus a one-command retake here.checkScreensgreen (17),astro checkclean, build and links green.AI-assisted: written with Claude Code (Claude Opus 5). Commits carry the
Co-Authored-Bytrailer.🤖 Generated with Claude Code