Skip to content

Add read-only round detail view - #30

Merged
lchoward merged 1 commit into
mainfrom
feature/fli-15-round-detail
Feb 19, 2026
Merged

lchoward merged 1 commit into
mainfrom
feature/fli-15-round-detail

Conversation

@lchoward

@lchoward lchoward commented Feb 19, 2026 •

Copy link
Copy Markdown
Owner

Summary

  • Adds a new RoundDetail screen ("roundDetail") that shows a read-only summary of all players' results for a given round — cards dealt (via CardVisual), round scores, running totals, score breakdown, Flip 7 badge, and deal order timeline
  • Clicking a round from PlayerDetail now navigates to this summary instead of opening the RoundEntry card editor directly; an Edit button on the detail view navigates to RoundEntry when needed
  • Adds reducer test for the new "roundDetail" navigation case

Fixes FLI-15

Test plan

  • npm test — 141 tests passing including new roundDetail navigation test
  • npm run build — no build errors
  • npm run lint — no new warnings (only pre-existing ones)
  • Manual: Start Score Tracker game → play a round → click player from scoreboard → click a round → verify read-only detail view renders with all players' cards, scores, and totals → click Edit → verify RoundEntry loads → cancel back to detail view

🤖 Generated with Claude Code

Clicking a round from PlayerDetail now shows a read-only summary of all
players' results instead of opening the card editor. The new RoundDetail
screen displays cards, scores, running totals, and deal order, with an
Edit button to navigate to RoundEntry when needed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@linear

linear Bot commented Feb 19, 2026

Copy link
Copy Markdown

@lchoward
lchoward merged commit 786d27f into main Feb 19, 2026
1 check passed
@lchoward
lchoward deleted the feature/fli-15-round-detail branch February 19, 2026 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant