impress/src/app
Matchu e4567d04bf Stop requesting bad outfit thumbnails in wardrobe
Oops, our cutesy feature to show an outfit thumbnail sa a placeholder while the rest of the data is loading was making spurious requests!

I put the `skip` in the wrong place 😅

This caused a request to https://outfits.openneo-assets.net/outfits/null/v/NaN/300.png, which would return a 500.

The user wouldn't see anything, because the image wouldn't show because it failed. But it's a mistake, and it's sending extra requests from the client and to the server, and it's a good one to fix!
2021-11-01 16:05:13 -07:00
..
cached-data Build cached zones, stop querying on server 2020-08-19 17:50:05 -07:00
components Polyfill Promise.any 2021-11-01 16:01:05 -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 Stop requesting bad outfit thumbnails in wardrobe 2021-11-01 16:05:13 -07:00
apolloClient.js Wire up the Remove button for item lists 2021-09-30 19:26:09 -07:00
App.js Add search toolbar to item page 2021-09-30 20:04:50 -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 Update homepage Sep 30 2021-09-30 20:05:56 -07:00
InternalAssetImagePage.js Use /api/assetImage for all image sizes 2021-08-19 17:56:09 -07:00
ItemPage.js Add search toolbar to item page 2021-09-30 20:04:50 -07:00
ItemPageDrawer.js update chakra imports 2020-12-25 09:08:33 -08:00
ItemPageLayout.js Waka deprecation UI, to expire on Aug 21 2021-08-07 21:32:22 -07:00
ItemSearchPage.js Add search toolbar to item page 2021-09-30 20:04:50 -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
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 Sort /support/petAppearances from newest to oldest 2021-10-01 04:22:53 -07:00
UserItemListPage.js Wire up the Remove button for item lists 2021-09-30 19:26:09 -07:00
UserItemListsIndexPage.js Fix email search redirect 2021-10-21 11:56:55 -07:00
UserOutfitsPage.js Use standard image URLs on Your Outfits page 2021-09-03 15:37:38 -07:00
util.js /internal/assetImage can render movies 2021-07-02 14:36:08 -07:00