-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
feat(checkout v3): Full screen #98540
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
Conversation
browserHistory.push(`/settings/${props.organization.slug}/billing/checkout/`); | ||
} else if (!props.location?.pathname.includes('checkout-v3') && props.isNewCheckout) { | ||
browserHistory.push(`/checkout-v3/`); |
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.
i have a backlog ticket to refactor this component to FC so we can use useNavigate
, but until then i'm not sure if there's anything we can use beyond browserHistory
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.
yeah this is fine for now
static/gsApp/hooks/rootRoutes.tsx
Outdated
children: [ | ||
{ | ||
index: true, | ||
component: make(() => import('../views/decideCheckout')), |
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.
nit: use absolute path here
Billing LGTM |
❌ 13 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
on small screens:
on very large screens, we center the content:
