impress-2020/src/app/WardrobePage
Matchu f6ce8611b2 Clearer errors when image download fails
Two fixes in here, for when image downloads fail!

1) Actually catch the error, and show UI feedback
2) Throw it as an actual exception, so the console message will have a stack trace

Additionally, debugging this was a bit trickier than normal, because I didn't fully understand that the image `onerror` argument is an error _event_, not an Error object. So, Sentry captured the uncaught promise rejection, but it didn't have trace information, because it wasn't an Error. Whereas now, if I forget to catch `loadImage` calls in the future, we'll get a real trace! both in the console for debugging, and in Sentry if it makes it to prod :)
2021-01-17 04:42:35 -08:00
..
support fix large-icon visual bug 2021-01-04 03:11:55 +00:00
index.js Show thumbnail in wardrobe page while outfit loads 2021-01-08 01:23:24 -08:00
Item.js fix large-icon visual bug 2021-01-04 03:11:55 +00:00
ItemsAndSearchPanels.js update chakra imports 2020-12-25 09:08:33 -08:00
ItemsPanel.js Show saved outfits in wardrobe page! 2021-01-05 06:29:39 +00:00
OutfitControls.js Clearer errors when image download fails 2021-01-17 04:42:35 -08:00
PosePicker.js fix dev emotion crasher in wardrobe page 2021-01-05 05:51:54 +00:00
SearchPanel.js update chakra imports 2020-12-25 09:08:33 -08:00
SearchToolbar.js fix large-icon visual bug 2021-01-04 03:11:55 +00:00
useOutfitState.js Fix awkward blinky loading state for outfit 2021-01-08 03:19:57 -08:00
WardrobeDevHacks.js add zone restrict hack tools 2020-08-28 00:12:41 -07:00
WardrobeOutfitPreview.js Keep outfit thumbnail while individual layers load 2021-01-08 02:53:31 -08:00
WardrobePageLayout.js tweak site bg color, to let card elements "pop" 2021-01-04 09:17:54 +00:00