MegaMek / mekhq

MekHQ is a java helper program for the MegaMek game that allows users to load a list of entities from an XML file, perform repairs and customizations, and then save the new entities to another XML file that can be loaded into MegaMek.
http://megamek.org
131 stars 168 forks source link

Edited Display of Advantage Tooltips in Person View #4936

Open IllianiCBT opened 2 days ago

IllianiCBT commented 2 days ago

Updated the tooltips in PersonViewPanel to use HTML for option descriptions. This ensures line breaks in descriptions are properly displayed as <br> tags, improving readability.

Closes #4921

codecov-commenter commented 2 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 10.45%. Comparing base (90ea1b7) to head (0ff406e). Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4936 +/- ## ============================================ + Coverage 10.44% 10.45% +0.01% - Complexity 5998 6014 +16 ============================================ Files 951 951 Lines 132874 132877 +3 Branches 19329 19329 ============================================ + Hits 13873 13896 +23 + Misses 117653 117629 -24 - Partials 1348 1352 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.