-
Notifications
You must be signed in to change notification settings - Fork 72
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
Allow banner to show notice information #5125
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Test summaryRun details
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |
997bf2d
to
c64eb94
Compare
b7a8f8c
to
77f2e5a
Compare
cc4459a
to
662b6dd
Compare
58cbca2
to
c14021a
Compare
c14021a
to
55134f8
Compare
55134f8
to
66c3ad3
Compare
df36be7
to
8b44338
Compare
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.
First pass code-only review- just some small things.
The most risky thing I want to make sure of is the CSS changes- let's just eval that what we change with existing classes / DOM elements won't break current customers, or is at least low-risk
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5125 +/- ##
=======================================
Coverage 86.54% 86.54%
=======================================
Files 357 357
Lines 22330 22331 +1
Branches 2955 2955
=======================================
+ Hits 19326 19327 +1
Misses 2480 2480
Partials 524 524 ☔ View full report in Codecov by Sentry. |
* This React hook listens for matches to a CSS media query. It allows the rendering of components based on whether the query matches or not. The media query string can be any valid CSS media query, for example '(prefers-color-scheme: dark)'. | ||
* @param query - The CSS media query string to match against the viewport. | ||
* @example const isMobile = useMediaQuery('(max-width: 768px)'); | ||
* @returns A boolean value indicating whether the media query matches the current viewport. |
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.
💯
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.
Ran through manual testing matrix via screenshare, everything is working as expected!
Test summaryRun details
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |
Closes PROD-2427 and PROD-2386
Description Of Changes
Update experience form with option for including notices in the banner & update banner to accommodate.
Code Changes
show_layer1_notices
andlayer1_button_options
--
realClick
being unavailable for that browserSteps to Confirm
Pre-Merge Checklist
CHANGELOG.md