Fixes the frontend issue where it was saying you must all in when you should have the option to call.
Changes the render ordering for seat layout and table display so that player cards will always display over the pot.
Adjust fold mutation where cards are pushed forward, beforehand the cards of the client would be pushed over the center of the table. Changed this to be much more minor. (More of an intermediate fix, I feel like this may need to change in the future)
Also changes the player cards to be completely opaque when a player is seated.
Linked Issue
resolves #220resolves #221resolves #222
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Merge Checklist
[x] My code follows the code style of this project.
[ ] All new and existing tests passed.
[ ] Any dependent changes have been merged in downstream modules.
[ ] I have provided inline technical documentation (tsdocs) where necessary.
[ ] My change requires a change to the root documentation.
Proposed Changes
Linked Issue
resolves #220 resolves #221 resolves #222
Types of changes
Merge Checklist
Deployment Notes