impress-2020/src/app/components
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
..
HangerSpinner.js use corner spinner on item page, and fix delay bug 2020-09-13 04:12:14 -07:00
ItemCard.js Badge for animated items, support only 2020-09-22 04:25:41 -07:00
OutfitMovieLayer.js fix Download button to use better caching 2020-10-10 01:21:47 -07:00
OutfitPreview.js fix Download button to use better caching 2020-10-10 01:21:47 -07:00
SpeciesColorPicker.js first-time modeling UX improvements 2020-10-06 06:37:51 -07:00
useCurrentUser.js basic items page, with user permissioning :) 2020-09-04 05:59:35 -07:00
useOutfitAppearance.js hooray, animated items seem to be working?! ^w^ 2020-09-22 03:53:48 -07:00