1
0
Fork 0
forked from OpenNeo/impress
impress/app/javascript/wardrobe-2020/loaders
Emi Matchu 66c1e14dd0 Add item search results to Apollo cache, use in finding item conflicts
This makes clicking on search results in the new mode actually work! It
correctly adds it to the outfit, and removes other items.

The thing that's behaving strangely is that, when you add the item, we
visually remove all items until we can finish a fresh network request
for what they should all look like. This probably means that the cache
lookup for `useOutfitAppearance` is not as satisfied with what we cache
here as `findItemConflicts` is? Something to investigate!
2024-02-27 12:19:07 -08:00
..
alt-styles.js Add useItemSearch for wardrobe app, but don't use it yet! 2024-02-25 12:06:32 -08:00
items.js Add item search results to Apollo cache, use in finding item conflicts 2024-02-27 12:19:07 -08:00
outfits.js Oops, add some more wiring for pet state ID for saved outfits 2024-02-08 10:15:31 -08:00
shared-types.js Add item search results to Apollo cache, use in finding item conflicts 2024-02-27 12:19:07 -08:00