the-via / app

GNU General Public License v3.0
816 stars 186 forks source link

Expand key label on hover #113

Open hainsdominic opened 1 year ago

hainsdominic commented 1 year ago

In #105, the user would like some indication of the full label of the key without having to check the source code.

I implemented the hover for the label component, so when a user hovers on a label, it shows the full label not cropped. This won't change the behaviour of labels that are not cropped.

Hovering on the RGB control keys display the full label. Selecting the key brings the full label to the foreground. Selecting without hovering over the label does not show the full label.

Let me know what you think

Some screenshots to illustrate:

Screen Shot 2023-02-03 at 1 14 59 PM Screen Shot 2023-02-03 at 1 15 07 PM Screen Shot 2023-02-03 at 1 15 14 PM
hainsdominic commented 1 year ago

@wilba can you take a look please 😊