impress-2020/src/app/WardrobePage
Matchu b6274193d5 Hide outfit thumbnail in wardrobe after loading
Oops, it was possible after saving an outfit to get into a state where we would show the `<OutfitThumbnailIfCached />` behind the outfit even after it was saved, and then removing items would look weird until auto-saving caught up.

We had used the `backdrop` property because we wanted smoother partial load-ins, but for now I'm just fixing this by switching it to `placeholder`, which already has the right loading-only behavior.

This was also the only call site for `backdrop`, so I've removed it!
2021-05-04 12:33:13 -07:00
..
support Add restricted zones to pet appearance support UI 2021-04-29 11:52:25 -07:00
index.js Lint against console.log 2021-05-03 15:01:49 -07:00
Item.js Add page-reload recovery to *all* code splitting 2021-01-21 14:34:55 -08:00
ItemsAndSearchPanels.js Extend itemSearch, deprecate itemSearchToFit 2021-02-04 23:34:43 -08:00
ItemsPanel.js Fix infinite loop bug on initial outfit save 2021-05-04 12:33:13 -07:00
OutfitControls.js Lint against console.log 2021-05-03 15:01:49 -07:00
OutfitKnownGlitchesBadge.js Oh right, stop leaving console.log lying around 2021-05-03 14:57:10 -07:00
PosePicker.js Fix PosePicker support modal 2021-04-30 12:48:49 -07:00
SearchPanel.js Improve search result click performance 2021-04-26 07:14:29 -07:00
SearchToolbar.js Fix crash on pressing Escape in item search 2021-04-07 20:24:45 -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 Refactor into WardrobePreviewAndControls component 2021-02-10 12:52:00 -08:00
WardrobePreviewAndControls.js Hide outfit thumbnail in wardrobe after loading 2021-05-04 12:33:13 -07:00