-
Notifications
You must be signed in to change notification settings - Fork 683
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]: Order Summary fast follow #2278
Conversation
Signed-off-by: sirugh <[email protected]>
Signed-off-by: sirugh <[email protected]>
Signed-off-by: sirugh <[email protected]>
Signed-off-by: sirugh <[email protected]>
Signed-off-by: sirugh <[email protected]>
@@ -47,9 +46,6 @@ const CheckoutPage = props => { | |||
|
|||
const classes = mergeClasses(defaultClasses, propClasses); | |||
|
|||
const windowSize = useWindowSize(); | |||
const isMobile = windowSize.innerWidth <= 960; |
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.
Spoke with @jimbo we may actually wnat to use window size now considering upcoming UX changes.
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.
Reverted this to use the hook again :)
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.
Code looks good, running verification now
Signed-off-by: sirugh <[email protected]>
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.
✅ Verification Steps
CI builds didn't run because of https://jira.corp.magento.com/browse/PWA-467. Ran MFTF test and verification on local stage:venia. |
Description
@jimbo requested some fast follow items from #2271. Addressing them here.
Related Issue
Closes PWA-466.
Acceptance
Verification Stakeholders
@jimbo
Specification
Verification Steps
/cart
make sure proceed to checkout button works./checkout
make sure summary always displayed on desktop/checkout
make sure summary hidden unless in review step on mobile.6.Make sure proceed to checkout button appears on cart but not checkout.
Screenshots / Screen Captures (if appropriate)
Checklist