Joshimuz / mcbingo

A Minecraft Bingo sheet generator
GNU Affero General Public License v3.0
28 stars 19 forks source link

Tooltips have been added to the "Copy Seed" buttons #92

Closed rybak closed 3 years ago

rybak commented 3 years ago

Commit ce80d9d fixes the border-radius for tooltips:

tooltip-border-radius

Commit 124dc57 makes the "Copy Seed" buttons look like other buttons in the UI.

Tooltips on clicking the buttons have been added in commit 0db4326:

hidden-table-button-tooltip2 rules-section-button-tooltip2

Tooltips on hover have been added in commit 25ee363: hidden-table-button-title rules-section-button-title

The other commits are refactoring.

rybak commented 3 years ago

Hold on. I've broke the goal tooltips in the process.

rybak commented 3 years ago

Force pushed to squash fixes: bugfix for goal tooltips in 1c02606 (squashed into 2471fd0) and an improvement in cdbe0b7 (squashed into ce80d9d), reorder the commits, and updated wording in messages. Goal tooltips now work again. I've also updated the pull request description.