gcpreston / cuberacer_live

🧩 Twisty puzzle racing platform
https://cuberacer.io
0 stars 0 forks source link

Change times table format #137

Closed gcpreston closed 1 year ago

gcpreston commented 1 year ago

The previous times table format presented some engineering challenges:

This PR updates the times table so that each user column is its own parent element. It works via a live component which renders a stream of rounds for that user, and updates with stream operations on solve and round events.