jeremy21212121 / trivia-frontend

A front-end for express-trivia-server made with Nuxt.js
MIT License
3 stars 1 forks source link

[blocking mvp] implement loading state on play view #1

Closed jeremy21212121 closed 4 years ago

jeremy21212121 commented 4 years ago

Implement a loading state. Useful for any actions that trigger an HTTP request

jeremy21212121 commented 4 years ago

this is tragic because its causes the general error message to display temporarily on API calls. Worst case is for multiple category games, where the back end takes up to 1 second per category due to this issue.

This is the major blocker for MVP and deploy to dev.

jeremy21212121 commented 4 years ago

This was fixed a while back, don't have the commit handy so I'll just have to trust myself