From 433a14104f5a2aa867e77e8388f4f87c13438c1d Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Mon, 29 Jan 2024 04:36:48 -0800 Subject: [PATCH] Hide the WIP Styles UI behind support staff flag That way, I can stop being on a branch and be working on main, and deploy stuff to preview live, without having to share it with everyone just yet! (This was the motivation for finally adding Support tooling to main DTI lol!) --- .../wardrobe-2020/WardrobePage/PosePicker.js | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/app/javascript/wardrobe-2020/WardrobePage/PosePicker.js b/app/javascript/wardrobe-2020/WardrobePage/PosePicker.js index 9b33440d..efb87bd5 100644 --- a/app/javascript/wardrobe-2020/WardrobePage/PosePicker.js +++ b/app/javascript/wardrobe-2020/WardrobePage/PosePicker.js @@ -214,10 +214,12 @@ function PosePicker({ - - Expressions - Styles - + + + Expressions + Styles + + @@ -664,8 +666,10 @@ function StyleExplanation() { > "Alt Styles" are special NC items that override the pet's usual appearance via the "Styling Studio". The pet's color doesn't have to match. -
- WIP: The styles can't actually be applied yet! + +
+ WIP: Only Support staff see this tab for now! 💖 +
); }