impress/app/javascript/wardrobe-2020/WardrobePage
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
..
support Update most URLs to use HTTPS 2023-10-25 15:22:57 -07:00
index.js Run Prettier on all wardrobe-2020 JS 2023-10-24 16:45:49 -07:00
Item.js Run Prettier on all wardrobe-2020 JS 2023-10-24 16:45:49 -07:00
ItemsAndSearchPanels.js Run Prettier on all wardrobe-2020 JS 2023-10-24 16:45:49 -07:00
ItemsPanel.js Run Prettier on all wardrobe-2020 JS 2023-10-24 16:45:49 -07:00
LayersInfoModal.js Add outfit layers info modal to download PNGs etc 2023-10-23 19:05:10 -07:00
OutfitControls.js Run Prettier on all wardrobe-2020 JS 2023-10-24 16:45:49 -07:00
OutfitKnownGlitchesBadge.js Run Prettier on all wardrobe-2020 JS 2023-10-24 16:45:49 -07:00
PosePicker.js Run Prettier on all wardrobe-2020 JS 2023-10-24 16:45:49 -07:00
SearchFooter.js Run Prettier on all wardrobe-2020 JS 2023-10-24 16:45:49 -07:00
SearchPanel.js Run Prettier on all wardrobe-2020 JS 2023-10-24 16:45:49 -07:00
SearchToolbar.js Run Prettier on all wardrobe-2020 JS 2023-10-24 16:45:49 -07:00
useOutfitSaving.js Use the main app for outfit saving, not impress-2020 2023-11-02 16:54:35 -07:00
useOutfitState.js Use the main app for outfit saving, not impress-2020 2023-11-02 16:54:35 -07:00
useSearchResults.js Run Prettier on all wardrobe-2020 JS 2023-10-24 16:45:49 -07:00
WardrobePageLayout.js Bundle wardrobe-2020 into the app 2023-10-23 19:05:08 -07:00
WardrobePreviewAndControls.js Run Prettier on all wardrobe-2020 JS 2023-10-24 16:45:49 -07:00