impress-2020/src/app
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
..
cached-data Build cached zones, stop querying on server 2020-08-19 17:50:05 -07:00
components fix Download button to use better caching 2020-10-10 01:21:47 -07:00
WardrobePage fix Download button to use better caching 2020-10-10 01:21:47 -07:00
apolloClient.js smarter cache lookups for "do we own/want this?" 2020-09-12 22:39:38 -07:00
App.js scroll to top on navigation 2020-09-15 05:35:01 -07:00
GlobalFooter.js update footer design, add links 2020-09-20 20:10:26 -07:00
GlobalHeader.js re-add nav menu, to prevent bad wrapping on iphone 2020-09-21 03:31:49 -07:00
HomePage.js feedback form now sends actual emails! 2020-10-09 08:55:03 -07:00
ItemPage.js don't show preview in the item info drawer 2020-10-07 07:05:37 -07:00
ItemPageDrawer.js embed item page in wardrobe page drawer 2020-09-12 19:29:20 -07:00
ModelingPage.js add NC badges to modeling page 2020-09-15 04:31:27 -07:00
PageLayout.js rename GlobalNavBar to GlobalHeader 2020-09-21 03:08:24 -07:00
UserItemsPage.js fix some old lint errors! 2020-09-11 23:27:23 -07:00
util.js fix Download button to use better caching 2020-10-10 01:21:47 -07:00