[DevEx]: Cleanup isFrozen prop clientside #988
Labels
dev experience
Improvements to the code base that make it easier/better/more enjoyable to contribute to Cuttle
frontend
Requires changes to the frontend (vue) client
good first issue
Good for newcomers
version-patch
An update that warrants a bumping the project's patch version (e.g. 4.0.0 => 4.0.1)
Improvement Summary
Cleanup isFrozen prop
Detailed Description
This should be released after or with #965
After PR #981 the
GameCard
component accepts a prop ofis-frozen
which is equal to"gameStore.player.frozenId === card.id || card.isFrozen"
after successful deployment of the GameState API refactor we know longer need the first check offrozenId === card.id
. The isFrozen attribute should be removed from the user model as well.The text was updated successfully, but these errors were encountered: