impress-2020/src/app
Matchu 2ee48250da Fix caching for search result pages
Apollo Client is pretty darn reliant on an `id` field for effective caching, more often than you'd think!

Before this change, navigating back to a page you'd already loaded would cause it to reload. After this change, it no longer does, and serves the page from cache instead!
2022-10-14 19:38:26 -07:00
..
cached-data Build cached zones, stop querying on server 2020-08-19 17:50:05 -07:00
components Use pagination instead of infinite scrolling 2022-10-14 19:19:56 -07:00
images Add the /donate page 2022-09-25 08:05:38 -07:00
ItemPage [WIP] Add lint exceptions for <img> tags 2021-11-02 00:55:21 -07:00
WardrobePage Fix caching for search result pages 2022-10-14 19:38:26 -07:00
apolloClient.js Fix /outfits/new init + add more SSR 2022-09-15 02:46:14 -07:00
ConversionPage.js Only wait for auth on queries that need it 2021-01-21 14:57:21 -08:00
DonationsPage.js Add the /donate page 2022-09-25 08:05:38 -07:00
GlobalFooter.js Add the /donate page 2022-09-25 08:05:38 -07:00
GlobalHeader.js Remove Modeling link from global header 2022-10-12 12:03:53 -07:00
HomePage.js Homepage update: item search pagination 2022-10-14 19:21:55 -07:00
InternalAssetImagePage.js [WIP] Migrate /internal/assetImage to Next routing 2022-09-14 19:27:48 -07:00
ItemPage.js A bit of SSR for the item page 2022-09-15 03:05:14 -07:00
ItemPageDrawer.js update chakra imports 2020-12-25 09:08:33 -08:00
ItemPageLayout.js Migrate /items/[itemId] to Next routing 2022-09-14 22:26:59 -07:00
ItemSearchPage.js Refactor URL routing out of PaginationToolbar 2022-10-14 18:27:44 -07:00
ItemTradesPage.js SSR for item trades page 2022-09-15 03:30:14 -07:00
ModelingPage.js Simplify modeling output when there's no items 2022-10-12 12:09:15 -07:00
PageLayout.js Add general error message for wardrobe crashes 2021-05-05 00:22:28 -07:00
PrivacyPolicyPage.js Add the /donate page 2022-09-25 08:05:38 -07:00
SupportPetAppearancesPage.js Migrate /support/petAppearances to Next.js routing 2022-09-14 19:46:57 -07:00
TermsOfUsePage.js Add the /donate page 2022-09-25 08:05:38 -07:00
UserItemListPage.js Use new page title syntax for list pages 2022-09-15 03:38:42 -07:00
UserItemListsIndexPage.js Use new page title syntax for list pages 2022-09-15 03:38:42 -07:00
UserOutfitsPage.js Refactor URL routing out of PaginationToolbar 2022-10-14 18:27:44 -07:00
util.js Add "Use DTI's image archive" option 2022-10-13 16:44:20 -07:00