Tooltips for Pin, Star, and Globe buttons on page edit
#34
Closed
opened 4 years ago by are0h
·
2 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
The icons that signify whether to publish, feature, or pin an item to a menu do not have tooltips that indicate what they do. As a result, their function is non-obvious.
By modifying the
title
attribute of each button, a simple linger-hover tooltip can be provided. For example, inbrain/views/partials/options.pug
:This creates a tooltip over the Pin icon that says "Pin to Menu".
Been meaning to do this and but it slipped through the cracks of all the other stuff I was plugging in.
Appreciate this assist.
No problem, happy to help. PR forthcoming.