Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Back in mid October, there was a lot of discussion and work done on re-designing the seats. Around here in discord: https://discord.com/channels/770758631146782780/770758631146782783/1163543505310847006.
I took a shot at getting it started. It mostly uses the click logic and style that @mousewax came up with.
I initially had done the logic as a clickRoutine on the seat. But that adds so much stuff that should be done behind the scenes and would be intimidating to change for a newcomer. But putting it into the code, like I've done here, also creates issues. The css changes and the code changes will not be compatible with some exisiting games. For example, see Feline.
Also, in seats.js around line 147-150 I try to make changes to the seat make changes to the actual playerName and playerColor. For playerName, it works, but the screen flashes. And playerColor doesn't work.
But other than these huge problems, this is a pretty good start.
Happy New Year.