Some checks failed
Deploy to Production / test (push) Failing after 32s
- Added cumulativePnl field to PlayerSeat and PlayerSeatView types - Added myCumulativePnl to PlayerView for UI display - Track net profit/loss across rounds in the game state - Update round result banner to show both round net and total balance - Add player seat PnL indicator with color coding (green/red) - Preserve cumulativePnl when players stay seated through rounds - Initialize new players with cumulativePnl = 0 - Added comprehensive tests for cumulative PnL tracking