-
-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate Column/Filter Traits #2202
Migrate Column/Filter Traits #2202
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## development #2202 +/- ##
=================================================
- Coverage 89.94% 89.73% -0.22%
- Complexity 2136 2141 +5
=================================================
Files 242 247 +5
Lines 4803 4830 +27
=================================================
+ Hits 4320 4334 +14
- Misses 483 496 +13 ☔ View full report in Codecov by Sentry. |
A touch further needed to restore an errantly removed trait from a particular Column, and some minor validation of the changes to needed Need to restore a legacy reference to the component. |
This PR adjusts the namespaces for the Column/Filter traits, to ensure consistency, and enhance the developer experience
Ensuring that the relevant traits are nested within appropriate namespaces, it becomes more apparent what could be impacted by a change.
This PR is currently in active development, to ensure/maintain test coverage.
All Submissions:
New Feature Submissions:
Changes to Core Features: