-
Notifications
You must be signed in to change notification settings - Fork 98
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(ips): region selector #14687
feat(ips): region selector #14687
Conversation
ref: MANAGER-15789 Signed-off-by: Nicolas Pierre-charles <[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.
Most of the translations are already from MRC. Avoid duplicating them.
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.
Actually the region component does not provide these translations
The country and city names are in the same translation key so we can't use this component to implement the new region selector
packages/manager/apps/ips/src/components/RegionSelector/RegionSelector.spec.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/ips/src/components/RegionSelector/regionSelector.utils.ts
Outdated
Show resolved
Hide resolved
8573e22
to
77fa93e
Compare
22ce5c2
to
971944b
Compare
ref: MANAGER-16479 Signed-off-by: Nicolas Pierre-charles <[email protected]>
971944b
to
aef4bf2
Compare
Quality Gate failedFailed conditions |
ref: MANAGER-16479 Signed-off-by: Nicolas Pierre-charles <[email protected]>
project/ip-revamp
Breaking change is mentioned in relevant commitsDescription
Related