impress/src/app
Matchu 81117218a3 Only wait for auth on queries that need it
I switched from my `_NoAuthRequired` opname hack, to a more robust `context` argument, and it's opt-in!

This should make queries without user data faster by default. We'll need to remember to specify this in order to get user data, but it shouldn't be something we'd like, ship without remembering—the feature just won't work until we do!
2021-01-21 14:57:21 -08:00
..
cached-data Build cached zones, stop querying on server 2020-08-19 17:50:05 -07:00
components Only wait for auth on queries that need it 2021-01-21 14:57:21 -08:00
images move src/images into src/app/images 2021-01-04 03:49:08 +00:00
WardrobePage Only wait for auth on queries that need it 2021-01-21 14:57:21 -08:00
apolloClient.js Only wait for auth on queries that need it 2021-01-21 14:57:21 -08:00
App.js Move our loadable wrapper into util 2021-01-21 14:27:05 -08:00
ConversionPage.js Only wait for auth on queries that need it 2021-01-21 14:57:21 -08:00
GlobalFooter.js update chakra imports 2020-12-25 09:08:33 -08:00
GlobalHeader.js Move "Log out" button into the nav menu 2021-01-18 13:51:52 -08:00
HomePage.js Only wait for auth on queries that need it 2021-01-21 14:57:21 -08:00
ItemPage.js Only wait for auth on queries that need it 2021-01-21 14:57:21 -08:00
ItemPageDrawer.js update chakra imports 2020-12-25 09:08:33 -08:00
ItemPageLayout.js update chakra imports 2020-12-25 09:08:33 -08:00
ItemSearchPage.js Add an /items/search page, and search box on Home 2021-01-18 15:56:24 -08:00
ItemTradesPage.js Only wait for auth on queries that need it 2021-01-21 14:57:21 -08:00
ModelingPage.js Only wait for auth on queries that need it 2021-01-21 14:57:21 -08:00
PageLayout.js Add page-reload recovery to *all* code splitting 2021-01-21 14:34:55 -08:00
PrivacyPolicyPage.js Privacy policy copy tweak 2021-01-18 06:44:07 -08:00
UserItemsPage.js Only wait for auth on queries that need it 2021-01-21 14:57:21 -08:00
UserOutfitsPage.js Only wait for auth on queries that need it 2021-01-21 14:57:21 -08:00
util.js Move our loadable wrapper into util 2021-01-21 14:27:05 -08:00