impress/app/javascript/wardrobe-2020
Matchu 7a3aa609ba Use the main app for outfit saving, not impress-2020
This came in a few parts!
1. Add meta tags to let us know we're logged in.
2. Install React Query, which has the data-loading sensibilities I like
   about Apollo without the GraphQL that has honestly been a drag.
3. Replace the outfit-loading and outfit-saving calls with API calls to
   the main app.
4. Update the main app's API calls to use our more flexible data
   constructs like "pose".

Would've loved to do this more incrementally, but it's hard to! You
can't split out outfit-loading and outfit-saving, or auth from any of
that, or the state gets all out-of-sorts.

Still, this is a good nugget we've pulled out all-in-all, and one that
people have been asking for! Can maybe look to logged-in item search
soon too, for own/want data?
2023-11-02 16:54:35 -07:00
..
components Use the main app for outfit saving, not impress-2020 2023-11-02 16:54:35 -07:00
images Replace next/image references 2023-10-23 19:05:08 -07:00
ItemPage Run Prettier on all wardrobe-2020 JS 2023-10-24 16:45:49 -07:00
loaders Use the main app for outfit saving, not impress-2020 2023-11-02 16:54:35 -07:00
WardrobePage Use the main app for outfit saving, not impress-2020 2023-11-02 16:54:35 -07:00
apolloClient.js Finally remove unused auth0 code 2023-11-01 15:26:53 -07:00
AppProvider.js Use the main app for outfit saving, not impress-2020 2023-11-02 16:54:35 -07:00
index.js Add wardrobe-2020 outfit preview to item pages 2023-10-23 19:05:08 -07:00
ItemPage.js Run Prettier on all wardrobe-2020 JS 2023-10-24 16:45:49 -07:00
ItemPageDrawer.js Bundle wardrobe-2020 into the app 2023-10-23 19:05:08 -07:00
ItemPageLayout.js Update most URLs to use HTTPS 2023-10-25 15:22:57 -07:00
util.js Run Prettier on all wardrobe-2020 JS 2023-10-24 16:45:49 -07:00