1
0
Fork 0
forked from OpenNeo/impress
impress/app/javascript/wardrobe-2020/WardrobePage
Emi Matchu f7fdf4e44c Don't show a glitch message for Alt Style items being Incompatible
The intent of this glitch message was that, when UC or Invisible pets
hide an item because of a zones-restrict thing, it would still show up
in the items panel as fitting a certain zone, whereas it should have
been in the "Incompatible" section and having none of its zones applied.

But the previously implementation would like, show this message even for
items that _were_ correctly marked as Incompatible? And that the server
returned no layers for, because it doesn't fit this body type to begin
with? (e.g. put a Grarrl hat on a Grarrl, then switch to Acara, and the
Grarrl hat is marked Incompatible—but would also show this confusing
message; or similarly with switching to Alt Styles)

So, when the server just returned no layers for this item to begin with,
don't show this message!
2024-02-01 07:13:04 -08:00
..
support Display alt styles in outfit editor when selected 2024-01-30 07:01:03 -08:00
index.js Set up eslint for wardrobe-2020 2023-11-02 18:11:07 -07:00
Item.js Remove the item page drawer, just link to the item page instead 2023-11-03 16:56:51 -07:00
ItemsAndSearchPanels.js Run Prettier on all wardrobe-2020 JS 2023-10-24 16:45:49 -07:00
ItemsPanel.js Make the "Incompatible" explainer more specific for Alt Styles 2024-02-01 05:43:33 -08:00
LayersInfoModal.js Add outfit layers info modal to download PNGs etc 2023-10-23 19:05:10 -07:00
OutfitControls.js Make species/color picker smaller on small screens, to fit pose picker 2024-02-01 05:31:34 -08:00
OutfitKnownGlitchesBadge.js Don't show a glitch message for Alt Style items being Incompatible 2024-02-01 07:13:04 -08:00
PosePicker.js Remove the isLazy focus-management hack from PosePicker 2024-02-01 06:53:32 -08:00
SearchFooter.js Run Prettier on all wardrobe-2020 JS 2023-10-24 16:45:49 -07:00
SearchPanel.js Set up eslint for wardrobe-2020 2023-11-02 18:11:07 -07:00
SearchToolbar.js Set up eslint for wardrobe-2020 2023-11-02 18:11:07 -07:00
useOutfitSaving.js Add Alt Style support to outfit saving 2024-02-01 05:55:19 -08:00
useOutfitState.js Move the style and state params earlier in the outfit URL 2024-02-01 06:00:39 -08:00
useSearchResults.js Filter by Alt Style in item search and item appearance API calls 2024-02-01 04:58:30 -08:00
WardrobePageLayout.js Bundle wardrobe-2020 into the app 2023-10-23 19:05:08 -07:00
WardrobePreviewAndControls.js Display alt styles in outfit editor when selected 2024-01-30 07:01:03 -08:00