pokerface/frontend
Jan Willem Mannaerts 062510b6c6
All checks were successful
Build & Push Container Image / build (push) Successful in 9s
Fix poker:leave regression: move leave emit from PokerRoom to Room level
poker:leave was firing on every issue advance (PokerRoom unmount), causing
a race condition where participants were briefly removed and revealIfComplete
triggered after just 1 vote. Now poker:leave only emits when the user truly
leaves the room (Room component unmounts).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 14:08:37 +01:00
..
public Initial commit: Pokerface sprint planning poker for Jira 2026-02-26 21:38:37 +01:00
src Fix poker:leave regression: move leave emit from PokerRoom to Room level 2026-03-03 14:08:37 +01:00
.env.example Initial commit: Pokerface sprint planning poker for Jira 2026-02-26 21:38:37 +01:00
index.html Initial commit: Pokerface sprint planning poker for Jira 2026-02-26 21:38:37 +01:00
package-lock.json Initial commit: Pokerface sprint planning poker for Jira 2026-02-26 21:38:37 +01:00
package.json Initial commit: Pokerface sprint planning poker for Jira 2026-02-26 21:38:37 +01:00
vite.config.js Initial commit: Pokerface sprint planning poker for Jira 2026-02-26 21:38:37 +01:00