impress-2020/src/app
Matchu 29ca2306af Oops, fix items drawn for multiple colors
Just a little display bug on the homepage. For an item like the "Evil Coconut Half Mask", which was specifically drawn for the standard _and_ major special colors, our previous logic would have said "Baby only" or "Maraquan only" or whatever special color it happened to find first.

Now, we only show the case "Baby only" if it _doesn't_ fit standard pets too.

Note that the Maraquan case is tricky, because the Blue Mynci can also wear Maraquan items lol! For this reason, we check for two standard bodies before declaring that it's meant for standard pets.
2021-07-11 21:27:24 -07:00
..
cached-data Build cached zones, stop querying on server 2020-08-19 17:50:05 -07:00
components Improve homepage modeling loading state 2021-07-11 18:16:57 -07:00
images Add general error message when page crashes 2021-05-05 00:09:09 -07:00
ItemPage Extract SpeciesFacesPicker to a new file 2021-06-11 06:58:12 -07:00
WardrobePage Oops, fix bug in pet appearance support! 2021-06-29 00:10:42 -07:00
apolloClient.js Cache ClosetList in Apollo 2021-06-18 17:29:44 -07:00
App.js /internal/assetImage can render movies 2021-07-02 14:36:08 -07:00
ConversionPage.js Only wait for auth on queries that need it 2021-01-21 14:57:21 -08:00
GlobalFooter.js Rename UserItemsPage 2021-06-19 09:24:05 -07:00
GlobalHeader.js Oops, fix Lists page links! 2021-06-15 22:46:43 -07:00
HomePage.js Oops, fix items drawn for multiple colors 2021-07-11 21:27:24 -07:00
InternalAssetImagePage.js /api/assetImage can render movies! 2021-07-02 15:19:11 -07:00
ItemPage.js Show placeholder when item description is blank 2021-06-17 21:31:04 -07:00
ItemPageDrawer.js update chakra imports 2020-12-25 09:08:33 -08:00
ItemPageLayout.js Remove unused import 2021-04-07 22:12:03 -07:00
ItemSearchPage.js Cache item search pages 2021-06-21 13:48:45 -07:00
ItemTradesPage.js Oops, fix Lists page links! 2021-06-15 22:46:43 -07:00
ModelingPage.js Separate modeling queries into public vs user data 2021-04-23 12:10:16 -07:00
OutfitUrlsPage.js Switch back to $20/mo copy 2021-06-02 14:26:47 -07:00
PageLayout.js Add general error message for wardrobe crashes 2021-05-05 00:22:28 -07:00
PrivacyPolicyPage.js Privacy policy copy tweak 2021-01-18 06:44:07 -08:00
SupportPetAppearancesPage.js Add total count to /support/petAppearances 2021-04-23 15:37:52 -07:00
UserItemListPage.js Oops, fix alignment in virtualized lists! 2021-06-19 12:52:16 -07:00
UserItemListsIndexPage.js Oops, stop cutting off items on list page! 2021-06-19 11:49:13 -07:00
UserOutfitsPage.js Only wait for auth on queries that need it 2021-01-21 14:57:21 -08:00
util.js /internal/assetImage can render movies 2021-07-02 14:36:08 -07:00