From 614dc0795af0a9064de9712a30e52c17a4a03830 Mon Sep 17 00:00:00 2001 From: Matchu Date: Fri, 12 Feb 2021 18:35:16 -0800 Subject: [PATCH] Switch to bottom tooltips for zone/html5 info I've decided that covering up the species faces with other species info is too weird! It feels like it's removing some ability to cross-reference. A cool UI affordance would be to have this and the faces interact with each other, like you can hover to highlight the relevant species faces, or even vice-versa, to show the relevant zones for this species. But that's probably way overkill for this relatively niche feature. --- src/app/ItemPage.js | 6 +++++- src/app/components/HTML5Badge.js | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/ItemPage.js b/src/app/ItemPage.js index 38c82f8..79f113e 100644 --- a/src/app/ItemPage.js +++ b/src/app/ItemPage.js @@ -1412,7 +1412,11 @@ function ItemZonesInfoListItem({ zoneLabel, bodies, showBodyInfo }) { content = ( <> {content}{" "} - +