settings should have descriptive hovertext when mouse is over the title of the setting #21
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
each setting should have a short paragraph showing in a tooltip when the mouse hovers over the title of the setting, so that the user can actually understand what that setting is. The paragraph should actually be descriptive and not just restate the title of the setting with more words.
Implemented in
9bd648d.hint(title, description)helper insrc/app/view.rswrapping the title in an iced tooltip (bottom-positioned, 320px wide, panel styling);preference_input_rownow takes the description as its second argument, so every labelled input gets one by construction.Section headings and the existing footnote/effective-settings lines were left as they are.