-
Notifications
You must be signed in to change notification settings - Fork 99
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(mrc): add order config/summary component #15056
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
350022f
to
a1223e7
Compare
tibs245
reviewed
Jan 22, 2025
packages/manager-react-components/src/components/order/Order.component.spec.tsx
Show resolved
Hide resolved
a1223e7
to
5c54b92
Compare
tibs245
previously approved these changes
Jan 22, 2025
packages/manager-react-components/src/components/order/Order.component.tsx
Outdated
Show resolved
Hide resolved
packages/manager-react-components/src/components/order/Order.context.tsx
Outdated
Show resolved
Hide resolved
5c54b92
to
6947861
Compare
tibs245
previously approved these changes
Jan 23, 2025
6947861
to
893abb9
Compare
packages/manager-react-components/src/components/order/translations/index.ts
Outdated
Show resolved
Hide resolved
hbelkhir
previously approved these changes
Jan 27, 2025
ppprevost
reviewed
Jan 27, 2025
packages/manager-react-components/src/components/order/Order.context.tsx
Show resolved
Hide resolved
stif59100
previously approved these changes
Jan 27, 2025
seven-amid
reviewed
Jan 27, 2025
packages/manager-react-components/src/components/order/OrderSummary.component.tsx
Show resolved
Hide resolved
anooparveti
requested changes
Jan 27, 2025
packages/manager-react-components/src/components/order/Order.context.tsx
Show resolved
Hide resolved
Signed-off-by: CDS Translator Agent <[email protected]>
ab6b547
to
c53e69a
Compare
rjamet-ovh
previously approved these changes
Jan 28, 2025
anooparveti
requested changes
Jan 31, 2025
packages/manager-react-components/src/components/order/index.ts
Outdated
Show resolved
Hide resolved
ref: MANAGER-16647 Signed-off-by: David Arsène <[email protected]>
c53e69a
to
6b0200b
Compare
|
anooparveti
approved these changes
Feb 3, 2025
tibs245
approved these changes
Feb 3, 2025
fredericvilcot
pushed a commit
that referenced
this pull request
Feb 5, 2025
ref: MANAGER-16647 Signed-off-by: David Arsène <[email protected]>
selm3n
pushed a commit
that referenced
this pull request
Feb 6, 2025
ref: MANAGER-16647 Signed-off-by: David Arsène <[email protected]>
Steffy29
pushed a commit
that referenced
this pull request
Feb 7, 2025
ref: MANAGER-16647 Signed-off-by: David Arsène <[email protected]>
lionel95200x
pushed a commit
that referenced
this pull request
Feb 12, 2025
ref: MANAGER-16647 Signed-off-by: David Arsène <[email protected]>
ppprevost
pushed a commit
that referenced
this pull request
Feb 12, 2025
ref: MANAGER-16647 Signed-off-by: David Arsène <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ref: MANAGER-16647
develop
Description
Add a component to wrap the order of a new product when it uses express order
Firt of all, the order configuration part should be provided as a children of
<Order.Configuration>
Once order configuration is OK, by clicking on order button, a summary is displayed while opening a new tab with the express order (provided by the given link)
Product label
can be overridden otherwise it will beservice
by defaultTracking and navigation routing could be provided by all the event button props
Related
Github issue : #15068