-
Notifications
You must be signed in to change notification settings - Fork 55
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
feat: grid: adds xl breakpoint #762
feat: grid: adds xl breakpoint #762
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 1a77bf6:
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #762 +/- ##
==========================================
- Coverage 85.03% 84.86% -0.18%
==========================================
Files 999 999
Lines 19255 19407 +152
Branches 7112 7221 +109
==========================================
+ Hits 16374 16469 +95
- Misses 2799 2856 +57
Partials 82 82 ☔ View full report in Codecov by Sentry. |
SUMMARY:
window
ordocument
where they are referenced, as well as validatingwindow
when request animation frame or cancel animation frame methods are used.breakpoint.mp4
JIRA TASK (Eightfold Employees Only):
ENG-54729
CHANGE TYPE:
TEST COVERAGE:
TEST PLAN:
Pull the PR branch and run
yarn
andyarn storybook
. Verify the Grid stories behave as expected.