Matchu
38969e8658
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! |
||
---|---|---|
.. | ||
cached-data | ||
components | ||
images | ||
WardrobePage | ||
apolloClient.js | ||
App.js | ||
ConversionPage.js | ||
GlobalFooter.js | ||
GlobalHeader.js | ||
HomePage.js | ||
ItemPage.js | ||
ItemPageDrawer.js | ||
ItemPageLayout.js | ||
ItemSearchPage.js | ||
ItemTradesPage.js | ||
ModelingPage.js | ||
PageLayout.js | ||
PrivacyPolicyPage.js | ||
UserItemsPage.js | ||
UserOutfitsPage.js | ||
util.js |