From 0bffaec989b558a71c8048e11f9c876ae7787be5 Mon Sep 17 00:00:00 2001 From: Matchu Date: Thu, 24 Jun 2021 20:05:10 -0700 Subject: [PATCH] Try moving the glitch badges to the top MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Experiment! Let's see if them being more prominent like this is helpful or annoying 😅 I think this is clunkier in the HTML5 Green Happy Path, but worth it for bringing attention in the error cases. But I feel like we might tweak this over time! --- src/app/WardrobePage/OutfitControls.js | 17 +++++++++-------- src/app/components/HTML5Badge.js | 2 ++ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/app/WardrobePage/OutfitControls.js b/src/app/WardrobePage/OutfitControls.js index 8f75baf..89957a3 100644 --- a/src/app/WardrobePage/OutfitControls.js +++ b/src/app/WardrobePage/OutfitControls.js @@ -176,19 +176,24 @@ function OutfitControls({ - + {showAnimationControls && } + - {showAnimationControls && } + + - + - - - - + /> setIsHovered(true)} onMouseLeave={() => setIsHovered(false)} onFocus={() => setIsFocused(true)}