Add the ability to hide racer avatar display while in a race - #140
Add the ability to hide racer avatar display while in a race#140nihonjinrxs wants to merge 1 commit into
Conversation
…le users to turn off racer avatar display while in a race
|
I posted in Discord about this, but I'll outline the current trouble here too. I've created a new When I use the user partial template (inside the entrant row partial here) with a boolean directly, it behaves as I expect: When I use the new property method, it seems to just ignore it: Help appreciated. |
|
So with a bit more digging, using this code in the on the entrant row partial, I can see the information passed in that I need for this, but then it seems to get wiped out by the websocket message renders. I'm going to look into memoizing that |
Closes #133
Add a new boolean user setting
hide_avatars_while_racingto enable users to turn off racer avatar display while in a race.(This PR is still a work in progress.)