project-icp / bee-pollinator-app

The web application front end for the ICP Pollinator Decision Support Tool 🐝
Apache License 2.0
6 stars 1 forks source link

Add hover popups to scores #420

Closed fungjj92 closed 5 years ago

fungjj92 commented 5 years ago

Overview

To give a little more context to the apiary card content, scores will have popovers explaining the indicator and the score(s). The copy is yet to be provided.

Connects #372

Demo

screen shot 2019-01-14 at 5 33 37 pm screen shot 2019-01-14 at 5 33 55 pm screen shot 2019-01-14 at 5 33 43 pm

Notes

I could have broken the popover content into its own functional component but the apiary cards are already really nested and I didn't think doing so would add clarity.

Testing Instructions

Run the project ./scripts/beekeepers.sh start Hover over an apiary card score

rajadain commented 5 years ago

Wait, seeing this:

image

fungjj92 commented 5 years ago

Ah, classic. Fixed in e85dab6 and build passed. Merging!