napari / napari

napari: a fast, interactive, multi-dimensional image viewer for python
https://napari.org
BSD 3-Clause "New" or "Revised" License
2.07k stars 410 forks source link

Add extra field to store plugin display name #6841

Closed goanpeca closed 4 weeks ago

goanpeca commented 1 month ago

References and relevant issues

Description

To be able to display the display name field of plugins (when provided) an extra field needs to be sent as part of the iter plugins function.

This PR adds the fielf so it can be used by the plugin manager plugin

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 92.38%. Comparing base (5f4c898) to head (65a5b91).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6841 +/- ## ========================================== - Coverage 92.44% 92.38% -0.06% ========================================== Files 614 614 Lines 54843 54843 ========================================== - Hits 50700 50668 -32 - Misses 4143 4175 +32 ```

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