1
0
Fork 0
forked from OpenNeo/impress
impress/src/app/components
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
..
HangerSpinner.js fix large-icon visual bug 2021-01-04 03:11:55 +00:00
ItemCard.js Add Latest Items section to homepage 2021-01-18 06:31:27 -08:00
OutfitMovieLayer.js fix bug with items with %20 in movie clip URL 2020-10-28 00:29:32 -07:00
OutfitPreview.js Fix Download button 2021-01-08 17:38:27 -08:00
OutfitThumbnail.js Show thumbnail in wardrobe page while outfit loads 2021-01-08 01:23:24 -08:00
SpeciesColorPicker.js Use loading state while loading /api/validPetPoses 2021-01-22 14:27:23 -08:00
SquareItemCard.js Avoid alt text flash of content for item thumbnail 2021-01-18 06:51:23 -08:00
useCurrentUser.js simulate login with IMPRESS_LOG_IN_AS flag 2021-01-05 23:22:03 -08:00
useOutfitAppearance.js add items to outfit thumbnails 2021-01-04 08:26:05 +00:00
useRequireLogin.js simulate login with IMPRESS_LOG_IN_AS flag 2021-01-05 23:22:03 -08:00
WIPCallout.js Show saved outfits in wardrobe page! 2021-01-05 06:29:39 +00:00