impress-2020/src/app
Matchu 75ceeba6e2 Bundle CreateJS, instead of loading async
So I finally started looking into the race condition that makes item previews sometimes fail to load, and as expected, it was that we were trying to load the movie before CreateJS had necessarily loaded. Usually the timing worked out, esp after a reload, but not under certain circumstances!

Anyway, I've been wanting for a while to just bundle them instead. That'll help us more eagerly load them when we need them, and not depend on external CDNs, and remove a bunch of loading state!

So yeah, I had to learn how the `easeljs` and `tweenjs` NPM packages did their bundling, and how to use `imports-loader` to let them just register straight onto `window`! But we got there and it's pretty nice tbh!
2021-06-16 18:00:25 -07:00
..
cached-data Build cached zones, stop querying on server 2020-08-19 17:50:05 -07:00
components Bundle CreateJS, instead of loading async 2021-06-16 18:00:25 -07:00
images Add general error message when page crashes 2021-05-05 00:09:09 -07:00
ItemPage Extract SpeciesFacesPicker to a new file 2021-06-11 06:58:12 -07:00
WardrobePage Support HTTPS asset URLs 2021-06-12 02:29:30 -07:00
apolloClient.js Create Cypress command to log in 2021-04-19 02:22:45 -07:00
App.js First draft of UserItemListPage 2021-06-12 04:45:23 -07:00
ConversionPage.js Only wait for auth on queries that need it 2021-01-21 14:57:21 -08:00
GlobalFooter.js Oops, fix Lists page links! 2021-06-15 22:46:43 -07:00
GlobalHeader.js Oops, fix Lists page links! 2021-06-15 22:46:43 -07:00
HomePage.js Fix caching for homepage Latest Items 2021-06-08 01:59:56 -07:00
ItemPage.js Extract SpeciesFacesPicker to a new file 2021-06-11 06:58:12 -07:00
ItemPageDrawer.js update chakra imports 2020-12-25 09:08:33 -08:00
ItemPageLayout.js Remove unused import 2021-04-07 22:12:03 -07:00
ItemSearchPage.js Add owns/wants badges on SquareItemCard 2021-06-08 01:03:09 -07:00
ItemTradesPage.js Oops, fix Lists page links! 2021-06-15 22:46:43 -07:00
ModelingPage.js Separate modeling queries into public vs user data 2021-04-23 12:10:16 -07:00
OutfitUrlsPage.js Switch back to $20/mo copy 2021-06-02 14:26:47 -07:00
PageLayout.js Add general error message for wardrobe crashes 2021-05-05 00:22:28 -07:00
PrivacyPolicyPage.js Privacy policy copy tweak 2021-01-18 06:44:07 -08:00
SupportPetAppearancesPage.js Add total count to /support/petAppearances 2021-04-23 15:37:52 -07:00
UserItemListPage.js First draft of UserItemListPage 2021-06-12 04:45:23 -07:00
UserItemsPage.js Oops, fix Lists page links! 2021-06-15 22:46:43 -07:00
UserOutfitsPage.js Only wait for auth on queries that need it 2021-01-21 14:57:21 -08:00
util.js Add not-found case to MajorErrorMessage 2021-06-12 03:25:01 -07:00