Closed paddyroddy closed 1 year ago
Preview page for your plugin is ready here: https://preview.napari-hub.org/quantumjot/btrack/378 Updated: 2023-08-09T10:20:43.966561
Patch coverage: 76.76%
and project coverage change: +0.47%
:tada:
Comparison is base (
b088dbf
) 85.02% compared to head (fc9bb9c
) 85.50%. Report is 2 commits behind head on main.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
it's looking good! You can add a callback with the other ones to disable the Optimiser tab when
enable optimisation
is unchecked:btrack_widget.enable_optimisation.toggled.connect( lambda is_checked: btrack_widget._tabs.setTabEnabled(2, is_checked) )
Separate PR
Now looks like this. Decided to also shrink the logo and move Track
above the config so it is always visible. Will now write some tests #388
This PR is a catch all for various changes related to the napari plugin and things done in the last few days. I'll make a separate issue to test this.