fix(ui): green both lobby scores on a tie, mute a 0:0 board #95
Reference in New Issue
Block a user
Delete Branch "feature/lobby-equal-score-color"
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?
The lobby tinted only the viewer's own number, and a tie counted as "leading" — so an even score showed only the viewer's number green (reading as if the viewer were ahead), and a fresh 0:0 board did the same.
scoreStandingis now per-seat:Tests:
pnpm check(0 errors),pnpm test:unit(297 pass, incl. 8scoreStandingcases — lead/trail/tie/0:0/non-active/unseated/multiplayer),pnpm buildok. Doc:docs/UI_DESIGN.mdscore-tint paragraph updated.