tom-and-the-toothfairies / pathways

:older_woman: :hospital: :pill: :pill:
https://tomandthetoothfairies.info/
5 stars 0 forks source link

ui changes #124

Closed c-brenn closed 7 years ago

c-brenn commented 7 years ago

ui updates:

spinner bug:

when we refactored the request chain we unfortunately lost an easy way to wait for the chain to end. So the spinner would appear and disappear immediately while the request chain did its work asynchronously.

Added await and async function to everything in the chain so we can get this behaviour back.

Perhaps there's a cleaner solution.

c-brenn commented 7 years ago

goes some of the way to closing #108