caktus / chippy

Place your chips! Plan your sprints!
https://chippy.cloud/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

keep showing chip counts for disconnected users #21

Closed tobiasmcnulty closed 5 years ago

tobiasmcnulty commented 5 years ago

When a user disconnected, we lost their chip count at the bottom of the page. This should keep any user with chips on the board listed, and notes that they've disconnected. I decided to move user_chip_counts to the view since it seemed fairly specific to this use case.

~There's still a bug in this I haven't figured out: The chip counts don't update properly when someone else adds/removes chips. Everything else seems to work okay.~