impress/src/app/WardrobePage
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
..
support Oops, fix bug in pet appearance support! 2021-06-29 00:10:42 -07:00
index.js Add search footer to layout, behind a feature flag 2021-06-21 14:48:08 -07:00
Item.js Add page-reload recovery to *all* code splitting 2021-01-21 14:34:55 -08:00
ItemsAndSearchPanels.js Add general error message for wardrobe crashes 2021-05-05 00:22:28 -07:00
ItemsPanel.js Enable auto-saving while searching for items 2021-05-04 13:28:29 -07:00
OutfitControls.js Try moving the glitch badges to the top 2021-06-24 20:05:31 -07:00
OutfitKnownGlitchesBadge.js Handle OFFICIAL_SWF_IS_INCORRECT for pet layers 2021-08-14 16:46:05 -07:00
PosePicker.js Move getVisibleLayers to a new shared directory 2021-05-13 17:35:58 -07:00
SearchFooter.js Add search footer to layout, behind a feature flag 2021-06-21 14:48:08 -07:00
SearchPanel.js Use itemSearchV2 in wardrobe too 2021-06-21 10:37:54 -07:00
SearchToolbar.js Add search footer to layout, behind a feature flag 2021-06-21 14:48:08 -07:00
useOutfitSaving.js Stop adding extras to Your Outfits after save 2021-05-04 18:38:14 -07:00
useOutfitState.js Finish outfit auto-saving! 2021-05-04 12:33:13 -07:00
WardrobeDevHacks.js Lint against console.log 2021-05-03 15:01:49 -07:00
WardrobePageLayout.js Add search footer to layout, behind a feature flag 2021-06-21 14:48:08 -07:00
WardrobePreviewAndControls.js Stop requesting bad outfit thumbnails in wardrobe 2021-11-01 16:05:13 -07:00