CATcher-org / CATcher

CATcher is a software application used for peer-testing of software projects.
https://catcher-org.github.io/CATcher/
MIT License
71 stars 66 forks source link

Add plaintext definition tooltips for colored labels #1277

Open kokerinks opened 1 week ago

kokerinks commented 1 week ago

Summary:

Enhancement: add tooltips to colored labels on CATcher which shows a plaintext version of the label definition

Changes Made:

Proposed Commit Message:

Add tooltips for definitions of dropdown menu labels and colored labels

For users who are unfamiliar with the definition of labels like 
`severity.Medium` or `type.FeatureFlaw`, they may need easier access to
them (especially for PE users, who rely on these definitions to ensure 
that their bug reports are accurate.)

Hence, this PR adds tooltips to these labels to display the
plaintext definition of the label when hovered over.