Skip to content

Reorganize the library layout#94

Merged
TimMonko merged 5 commits into
napari:mainfrom
TimMonko:mnt/proj-reorg
Feb 28, 2026
Merged

Reorganize the library layout#94
TimMonko merged 5 commits into
napari:mainfrom
TimMonko:mnt/proj-reorg

Conversation

@TimMonko

Copy link
Copy Markdown
Contributor

Description

This moves qt/widget code into widgets/
It also renames many files to better capture what they contain.

@codecov

codecov Bot commented Feb 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@6196468). Learn more about missing BASE report.
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #94   +/-   ##
=======================================
  Coverage        ?   45.34%           
=======================================
  Files           ?       11           
  Lines           ?     1837           
  Branches        ?        0           
=======================================
  Hits            ?      833           
  Misses          ?     1004           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@carlosmariorr

Copy link
Copy Markdown
Collaborator

Great, I'll update the TODO list with this 👍

@carlosmariorr carlosmariorr mentioned this pull request Feb 28, 2026
15 tasks
@TimMonko

Copy link
Copy Markdown
Contributor Author

I thought about moving the reusable things to widgets/base/ like _containers.py but decided against it because they end up not really being base classes. I think as we continue to refactor this separation between "reusables" and "final" will be more clear, especially as we potentially move away from using the protocols and closer to using base classes to remove some of the repititiveness.

@TimMonko TimMonko merged commit 9c26f6d into napari:main Feb 28, 2026
19 checks passed
@TimMonko TimMonko deleted the mnt/proj-reorg branch February 28, 2026 17:44
TimMonko added a commit that referenced this pull request Feb 28, 2026
# References and relevant issues

Depends on #94

Here is the diff
TimMonko/napari-metadata@mnt/proj-reorg...TimMonko:napari-metadata:fix/widget-flash

# Description

This passes the parent to the collapsible widgets so that they do not
briefly flash before being docked in the main container. Tested locally
with napari.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants