You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When showing the game history modal, get all history with GET /games/:id/history for full history.
Each game history entry, the source property is now an object with name and players. Change the game history modal in order to display all players involved in the game.
Implement lazy loading for each history line for faster display.
The text was updated successfully, but these errors were encountered:
GET /games/:id/history
for full history.source
property is now an object withname
andplayers
. Change the game history modal in order to display all players involved in the game.The text was updated successfully, but these errors were encountered: