-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Adding ModalOverlay component #18161
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
f863fdf
to
762c0fe
Compare
762c0fe
to
47f159e
Compare
47f159e
to
2f62e47
Compare
2f62e47
to
73b110d
Compare
Codecov Report
@@ Coverage Diff @@
## develop #18161 +/- ##
===========================================
- Coverage 64.47% 64.14% -0.33%
===========================================
Files 909 905 -4
Lines 35250 35525 +275
Branches 9041 9025 -16
===========================================
+ Hits 22725 22785 +60
- Misses 12525 12740 +215
... and 60 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Builds ready [73b110d]
Page Load Metrics (1639 ± 66 ms)
Bundle size diffs
|
f370ec1
to
d694497
Compare
jest.config.js
Outdated
@@ -13,7 +13,7 @@ module.exports = { | |||
'<rootDir>/development/fitness-functions/**/*.test.(js|ts|tsx)', | |||
], | |||
coverageDirectory: './coverage', | |||
coveragePathIgnorePatterns: ['.stories.js', '.snap'], | |||
coveragePathIgnorePatterns: ['.stories.*', '.snap'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Builds ready [888ec2e]
Page Load Metrics (1551 ± 38 ms)
Bundle size diffs
|
4ffef07
888ec2e
to
4ffef07
Compare
Builds ready [4ffef07]
Page Load Metrics (1940 ± 208 ms)
Bundle size diffs
|
Explanation
Adding
ModalOverlay
component as a part ofModal
component #18156 according to insight reportScreenshots/Screencaps
After
after.mov
Manual Testing Steps
ModalOverlay
in the search bar in the panel on the leftPre-merge author checklist
Pre-merge reviewer checklist
If further QA is required (e.g. new feature, complex testing steps, large refactor), add the
Extension QA Board
label.In this case, a QA Engineer approval will be be required.