1
0
Fork 0
forked from OpenNeo/impress
impress/app/javascript/wardrobe-2020/WardrobePage
Emi Matchu a749b331f1 Fix multi-word search in outfit editor
Oops, prior to this commit, searching for "white peach" would return
nothing, whereas now it correctly returns the "Dyeworks White: Just
Peachy Filter", like if you search in the Infinite Closet!

This solution is a bit hacky, wrote some more in the comments about how
to maybe do this better!
2024-05-06 15:08:37 -07:00
..
support Fix some eslint errors 2024-05-02 12:18:51 -07:00
index.js
Item.js
ItemsAndSearchPanels.js
ItemsPanel.js
LayersInfoModal.js
OutfitControls.js
OutfitKnownGlitchesBadge.js Add "Baby Body Paint" warning to Known Glitches badge in-app, too 2024-02-27 19:22:08 -08:00
PosePicker.js Fix some eslint errors 2024-05-02 12:18:51 -07:00
SearchFooter.js
SearchPanel.js Use MajorErrorMessage for search result errors 2024-02-27 12:03:23 -08:00
SearchToolbar.js
useOutfitSaving.js Oops, fix infinite autosaving loop! 2024-02-25 10:37:08 -08:00
useOutfitState.js Fix some eslint errors 2024-05-02 12:18:51 -07:00
useSearchResults.js Fix multi-word search in outfit editor 2024-05-06 15:08:37 -07:00
WardrobePageLayout.js
WardrobePreviewAndControls.js