1
0
Fork 0
forked from OpenNeo/impress
impress/src
Matchu 38969e8658 Use loading state while loading /api/validPetPoses
Oops, we were getting errors when people tried to change the species/color picker before the valid pose data was ready!

This was only happening on the homepage and item page, because on the wardrobe page we wait for the valids to load before showing the picker at all (`showPlaceholders` is false).

To fix this, we add the valid poses loading state to our existing `isLoading` state on the selects, which disables the element and adds a loading spinner cursor. This prevents interactions we're not ready for!
2021-01-22 14:27:23 -08:00
..
app Use loading state while loading /api/validPetPoses 2021-01-22 14:27:23 -08:00
server Add "Items you own" and "Items you want" filters 2021-01-21 15:58:24 -08:00
index.js inline index.css, omit unused fonts, preload hints 2020-05-18 00:56:46 -07:00