From d7d7a345a015d4e1f9b5fa42d676025ed13f8f8a Mon Sep 17 00:00:00 2001 From: Matchu Date: Sat, 1 Aug 2020 22:41:03 -0700 Subject: [PATCH] rename to ItemLayerSupportModal the old name was clunky! this is better! --- ...earanceLayerModal.js => ItemLayerSupportModal.js} | 12 ++++++++---- src/app/WardrobePage/support/ItemSupportDrawer.js | 4 ++-- .../WardrobePage/support/ItemSupportDrawerContent.js | 0 3 files changed, 10 insertions(+), 6 deletions(-) rename src/app/WardrobePage/support/{ItemSupportAppearanceLayerModal.js => ItemLayerSupportModal.js} (96%) delete mode 100644 src/app/WardrobePage/support/ItemSupportDrawerContent.js diff --git a/src/app/WardrobePage/support/ItemSupportAppearanceLayerModal.js b/src/app/WardrobePage/support/ItemLayerSupportModal.js similarity index 96% rename from src/app/WardrobePage/support/ItemSupportAppearanceLayerModal.js rename to src/app/WardrobePage/support/ItemLayerSupportModal.js index 2c022fd..b635985 100644 --- a/src/app/WardrobePage/support/ItemSupportAppearanceLayerModal.js +++ b/src/app/WardrobePage/support/ItemLayerSupportModal.js @@ -30,7 +30,11 @@ import useOutfitAppearance, { } from "../../components/useOutfitAppearance"; import useSupportSecret from "./useSupportSecret"; -function ItemSupportAppearanceLayerModal({ +/** + * ItemLayerSupportModal offers Support info and tools for a specific item + * appearance layer. Open it by clicking a layer from ItemSupportDrawer. + */ +function ItemLayerSupportModal({ item, itemLayer, outfitState, @@ -166,7 +170,7 @@ function ItemSupportAppearanceLayerModal({ - -