qgis / QGIS-Django

Django project for QGIS related activities such as plugin repository
http://qgis.org
GNU General Public License v2.0
86 stars 59 forks source link

Fix svg icons display issue in plugin list and plugin detail #348

Closed Xpirix closed 5 months ago

Xpirix commented 5 months ago

Changes summary:

QuickOSM is an example of a plugin that uses an SVG icon:

image

image

codecov-commenter commented 5 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (6d03c84) 36.94% compared to head (e0dc8e2) 82.68%.

Files Patch % Lines
qgis-app/plugins/templatetags/plugin_utils.py 50.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #348 +/- ## =========================================== + Coverage 36.94% 82.68% +45.73% =========================================== Files 106 142 +36 Lines 4504 5503 +999 =========================================== + Hits 1664 4550 +2886 + Misses 2840 953 -1887 ```

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

Gustry commented 5 months ago

Thanks @Xpirix ! 👍

Xpirix commented 5 months ago

My pleasure.