datle-dev / yubi

Minimalist typing test
MIT License
0 stars 0 forks source link

Add tooltips to statistics window #23

Closed datle-dev closed 3 months ago

datle-dev commented 3 months ago

Changes

Major Changes

Adds tooltips from react-tooltip to the statistics window. The tooltips clarify info or provide numerical values with more precision (2 decimal places).

Bug Fixes / Minor Changes

Why

Keeps a minimal interface at-a-glance, but provides some feedback to the user if they decide to hover over it.

How

Use of the react-tooltip library.

Notes

N/A