cchan / WUCT

Scoring system for the Washington University Chemistry Tournament Breaking Bonds Round. Built on Firebase, with instant syncs and no backend.
https://wuct.clive.io
MIT License
0 stars 0 forks source link

Save scoring.html selected teams when browser closes #1

Closed cchan closed 5 years ago

cchan commented 7 years ago

Locally on browser cookies or something.

cchan commented 6 years ago

Partially done in 7a25c66 - just need to save color and position per difficulty level.

cchan commented 5 years ago

It's actually pretty difficult because we're only able to save the top level state, so you have to propagate it all the way down :/ Maybe there's a better way to use React?