impress-2020/src/app/WardrobePage
Matchu ad43f58a07 fix Download button to use better caching
So I broke the Download button when we switched to impress-2020.openneo.net, and I forgot to update the Amazon S3 config.

But in addition to that, I'm making some code changes here, to make downloads faster: we now use exactly the same URL and crossOrigin configuration between the <img> tag on the page, and the image that the Download button requests, which ensures that it can use the cached copy instead of loading new stuff. (There were two main cases: 1. it always loaded the PNGs instead of the SVG, which doesn't matter for quality if we're rendering a 600x600 bitmap anyway, but is good caching, and 2. send `crossOrigin` on the <img> tag, which isn't necessary there, but is necessary for Download, and having them match means we can use the cached copy.)
2020-10-10 01:21:47 -07:00
..
support embed item page in wardrobe page drawer 2020-09-12 19:29:20 -07:00
index.js simplify canvas code, just use separate elements 2020-10-08 04:13:47 -07:00
Item.js improve perf on item add/remove 2020-09-24 07:09:08 -07:00
ItemsAndSearchPanels.js refactor to use new query object in SearchPanel 2020-09-01 19:53:38 -07:00
ItemsPanel.js improve perf on item add/remove 2020-09-24 07:09:08 -07:00
OutfitControls.js fix Download button to use better caching 2020-10-10 01:21:47 -07:00
PosePicker.js fix typo in PosePicker 2020-08-31 23:08:03 -07:00
SearchPanel.js add own/want badges to items in wardrobe 2020-09-12 20:02:56 -07:00
SearchToolbar.js pretty UI for zone search suggestions 2020-09-01 19:43:25 -07:00
useOutfitState.js improve perf on item add/remove 2020-09-24 07:09:08 -07:00
WardrobeDevHacks.js add zone restrict hack tools 2020-08-28 00:12:41 -07:00
WardrobePageLayout.js more realistic loading state into WardrobePage 2020-09-10 02:54:22 -07:00