MSA-Lone-Star-Council / 2019-showdown

The app for MSA Showdown, hosted by Lone Star Council
2 stars 0 forks source link

Update the game screen header before blocking on API call #52

Closed zuhairp closed 7 years ago

zuhairp commented 7 years ago

Before, it would wait for the score data to come in and then update the header. This way, the header is updated immediately (since the game information is local) and then the view is updated with the score history.

End result, the app feels significantly snappier