You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This PR adds the basic UI to the Edit origin address screen. In this PR, I included the styles input fields, dropdown, and expandable control. The changes submitted here are UI-focused only. In the next PR, I will work on managing the control state and the field validation.
Testing information
Open the orders tab
Tap on an order eligible for shipping label creation
Expand the shipment details section
Expand on the origin address selection (3 dots)
Tap on the pencil
Check that the UI navigates to the edit origin address screen
Check that the screen design is the expected
Check that tapping on add company expands the company field
The tests that have been performed
Check that the UI works as expected
Images/gif
Screen_recording_20250118_145037.mp4
I have considered if this change warrants release notes and have added them to RELEASE-NOTES.txt if necessary. Use the "[Internal]" label for non-user-facing changes.
Reviewer (or Author, in the case of optional code reviews):
Please make sure these conditions are met before approving the PR, or request changes if the PR needs improvement:
The PR is small and has a clear, single focus, or a valid explanation is provided in the description. If needed, please request to split it into smaller PRs.
Ensure Adequate Unit Test Coverage: The changes are reasonably covered by unit tests or an explanation is provided in the PR description.
Manual Testing: The author listed all the tests they ran, including smoke tests when needed (e.g., for refactorings). The reviewer confirmed that the PR works as expected on big (tablet) and small (phone) in case of UI changes, and no regressions are added.
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.
Part of: #12439
Description
This PR adds the basic UI to the Edit origin address screen. In this PR, I included the styles input fields, dropdown, and expandable control. The changes submitted here are UI-focused only. In the next PR, I will work on managing the control state and the field validation.
Testing information
The tests that have been performed
Check that the UI works as expected
Images/gif
Screen_recording_20250118_145037.mp4
RELEASE-NOTES.txt
if necessary. Use the "[Internal]" label for non-user-facing changes.Reviewer (or Author, in the case of optional code reviews):
Please make sure these conditions are met before approving the PR, or request changes if the PR needs improvement: