-
Notifications
You must be signed in to change notification settings - Fork 25
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
chore: Tidy up virtual renderers #3353
Conversation
Bundle ReportChanges will decrease total bundle size by 1.38kB (-0.02%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3353 +/- ##
==========================================
- Coverage 99.17% 99.17% -0.01%
==========================================
Files 805 809 +4
Lines 14255 14209 -46
Branches 3930 3921 -9
==========================================
- Hits 14138 14092 -46
Misses 108 108
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #3353 +/- ##
==========================================
- Coverage 99.17% 99.17% -0.01%
==========================================
Files 805 809 +4
Lines 14255 14209 -46
Branches 3930 3916 -14
==========================================
- Hits 14138 14092 -46
Misses 108 108
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3353 +/- ##
==========================================
- Coverage 99.17% 99.17% -0.01%
==========================================
Files 805 809 +4
Lines 14255 14209 -46
Branches 3935 3916 -19
==========================================
- Hits 14138 14092 -46
Misses 108 108
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Bundle ReportChanges will decrease total bundle size by 11.29kB (-0.18%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## main #3353 +/- ##
==========================================
- Coverage 99.17% 99.17% -0.01%
==========================================
Files 805 809 +4
Lines 14255 14209 -46
Branches 3930 3916 -14
==========================================
- Hits 14138 14092 -46
Misses 108 108
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
2063cac
to
1d0442f
Compare
Description
This PR tidy's up the virtual renderers by extracting some of their more specific logic out into their own hooks so that they can be shared between the two components rather than having it be duplicated.
Notable Changes
useDisablePointerEvents
,useLeftScrollSync
,useSyncScrollMargin
, anduseSyncWrapperWidth
hooks