Skip to content

@W-21240479: UX changes#3655

Open
kumaravinashcommercecloud wants to merge 6 commits intodevelopfrom
avinash.W-21240479.UX_changes
Open

@W-21240479: UX changes#3655
kumaravinashcommercecloud wants to merge 6 commits intodevelopfrom
avinash.W-21240479.UX_changes

Conversation

@kumaravinashcommercecloud
Copy link
Contributor

@kumaravinashcommercecloud kumaravinashcommercecloud commented Feb 11, 2026

P1 All the summary cards (Contact Info(guest shopper only), Shipping address, Shipping option, Payment) should say “Change” to switch to edit mode

P1 If billing address is same as shipping address(box is checked), then do not show the billing address in summary view

P1 Phone number in contact info card should have the same font, size and color as email address in summary view

Description

Types of Changes

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Documentation update
  • Breaking change (could cause existing functionality to not work as expected)
  • Other changes (non-breaking changes that does not fit any of the above)

Breaking changes include:

  • Removing a public function or component or prop
  • Adding a required argument to a function
  • Changing the data type of a function parameter or return value
  • Adding a new peer dependency to package.json

Changes

  • (change1)

How to Test-Drive This PR

  • (step1)

Checklists

General

  • Changes are covered by test cases
  • CHANGELOG.md updated with a short description of changes (not required for documentation updates)

Accessibility Compliance

You must check off all items in one of the follow two lists:

  • There are no changes to UI

or...

Localization

  • Changes include a UI text update in the Retail React App (which requires translation)

@kumaravinashcommercecloud kumaravinashcommercecloud requested a review from a team as a code owner February 11, 2026 17:11
@cc-prodsec
Copy link
Collaborator

cc-prodsec commented Feb 11, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@kumaravinashcommercecloud kumaravinashcommercecloud requested a review from a team as a code owner February 11, 2026 20:18
@kumaravinashcommercecloud kumaravinashcommercecloud added the skip changelog Skip the "Changelog Check" GitHub Actions step even if the Changelog.md files are not updated label Feb 11, 2026
<Text fontSize="sm" color="gray.600">
{customer?.phoneHome || form.getValues('phone')}
</Text>
<Text>{customer?.phoneHome || form.getValues('phone')}</Text>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just double checking, this line looks a lot like the line above it? This is intentional right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can simplify it. I'll post a commit soon

kevinxh
kevinxh previously approved these changes Feb 11, 2026
Copy link
Contributor

@kevinxh kevinxh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

kevinxh
kevinxh previously approved these changes Feb 11, 2026
Copy link
Contributor

@kevinxh kevinxh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not merge this PR, a new PR is created to cherry-pick the changes so we can include it in the 3.16 release - #3660

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip changelog Skip the "Changelog Check" GitHub Actions step even if the Changelog.md files are not updated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants