impress-2020/src/server/types
Matchu 7719ab8c07 Use /api/assetImage for imageUrl
In this change, we start using our new API endpoint for movie image URLs, instead of the Classic DTI image.

This should make the little fade-in phase for certain movies a little bit less jarring (the part where we preload the image before the movie loads), though I suppose that won't necessarily load as fast until it gets into the cache the first time lol. (A good reason to maybe put a more long-lived cache like Fastly in front of this stuff long-term?)

Not doing it for the smaller image sizes yet, I'm a bit worried that I don't 100% know how to teach /api/assetImage to resize without tipping over the function limit…

…oh! I should have the webpage render at different sizes! Yeah that's a great idea lol
2021-08-19 17:40:16 -07:00
..
AppearanceLayer.js Use /api/assetImage for imageUrl 2021-08-19 17:40:16 -07:00
ClosetList.js Fix private lists page 2021-06-18 17:25:05 -07:00
Item.js Add fit info to homepage 2021-07-11 19:08:47 -07:00
MutationsForSupport.js Add support tools for pet layers 2021-04-21 22:06:07 -07:00
Outfit.js Fix GraphQL docstrings 2021-05-27 16:51:31 -07:00
Pet.js Fix GraphQL docstrings 2021-05-27 16:51:31 -07:00
PetAppearance.js Fix GraphQL docstrings 2021-05-27 16:51:31 -07:00
User.js Fix GraphQL docstrings 2021-05-27 16:51:31 -07:00
Zone.js Use ES module syntax in backend instead of require 2021-02-02 22:26:55 -08:00