WeblateOrg / weblate

Web based localization tool with tight version control integration.
https://weblate.org/
GNU General Public License v3.0
4.33k stars 970 forks source link

fix issue #11928 suggestions table width #11938

Closed JohnRDOrazio closed 3 days ago

JohnRDOrazio commented 3 days ago

BEFORE the fix: Weblate screenshot BEFORE table fix

AFTER the fix: Weblate screenshot AFTER table fix

JohnRDOrazio commented 3 days ago

fixes issue https://github.com/WeblateOrg/weblate/issues/11928

JohnRDOrazio commented 3 days ago

new screenshot: image

JohnRDOrazio commented 3 days ago

this PR force-overwrites PR #11929 (which was therefore automatically closed)

codecov[bot] commented 3 days ago

Codecov Report

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

Project coverage is 90.61%. Comparing base (6aee586) to head (800b0da). Report is 2312 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/WeblateOrg/weblate/pull/11938/graphs/tree.svg?width=650&height=150&src=pr&token=9rzx9QBq35&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WeblateOrg)](https://app.codecov.io/gh/WeblateOrg/weblate/pull/11938?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WeblateOrg) ```diff @@ Coverage Diff @@ ## main #11938 +/- ## ========================================== - Coverage 90.82% 90.61% -0.21% ========================================== Files 554 581 +27 Lines 57306 58985 +1679 Branches 9122 9412 +290 ========================================== + Hits 52046 53452 +1406 - Misses 3640 3836 +196 - Partials 1620 1697 +77 ``` [see 342 files with indirect coverage changes](https://app.codecov.io/gh/WeblateOrg/weblate/pull/11938/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WeblateOrg)
nijel commented 3 days ago

Merged, thanks for your contribution!