hugolabe / Wike

Wikipedia Reader for the GNOME Desktop
https://hugolabe.github.io/Wike/
GNU General Public License v3.0
231 stars 32 forks source link

headerbar: Add missing tooltips #119

Closed fkinoshita closed 1 year ago

fkinoshita commented 1 year ago

The HIG recommends the use of "Back" and "Forward" for these navigation buttons and recommends the use of "Main Menu" for the primary menu.

hugolabe commented 1 year ago

I have not put tooltips on these buttons because their function seems very obvious, but it's true that the HIG indicates that they are necessary in all the controls of a headerbar.

You could move the tooltip lines so that they are just below the icon-name lines? It's just for consistency with the rest of the code.

hugolabe commented 1 year ago

Thanks @fkinoshita !