profezzorn / ProffieOS-StyleEditor

GNU General Public License v3.0
7 stars 5 forks source link

Add hover texts for buttons #66

Closed profezzorn closed 10 months ago

profezzorn commented 1 year ago

Especially the middle row of buttons, "submit", "copy", "layerize", etc.

NoSloppy commented 1 year ago

What should this do? I'm about to submit a PR for styling updates....

NoSloppy commented 1 year ago

I've played with a few options. Assuming you want like a bolding of the font on hover, but unfortunately this resizes the button slightly to accommodate the increases font size, so ALL the other buttons shift slightly and it's very distracting to the eye. I tried adjusting for it using some scaled transformations, but have not found something that keeps things where they were and just changes the font other than a fixed width for the button. But that gets pretty wacky as the largest button would need to be the common denominator (like 'RETRACTION_COOL_DOWN_ARG' versus 'Boot')

What is your vision for this, and how would the "middle row" mentioned above be a little different?

profezzorn commented 1 year ago

What I want is tooltips, so that when you hover over a button, it shows a little popup that tells you what the button does. I think the easy way to do this is to just set an alt text.

NoSloppy commented 1 year ago

Added

NoSloppy commented 1 year ago

Closing this in lieu of full revamp. Oh wait it's not mine, I can't.