-
Notifications
You must be signed in to change notification settings - Fork 120
Shipping Labels: Handle merging shipments #15448
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
|
|
selanthiraiyan
left a comment
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.
Looks great. ![]()
| .overlay(alignment: .trailing) { | ||
| LinearGradient(gradient: Gradient(colors: [.clear, Color(.basicBackground)]), startPoint: .leading, endPoint: .center) | ||
| .frame(width: Layout.gradientViewWidth) | ||
| .renderedIf(viewModel.selectedShipmentIndex < viewModel.topTabItems.count - 1) | ||
| } |
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.
Nice detail, adding the gradient. 👏

Part of #15310
Description
This PR updates the split shipment detail screen to support removing and merging shipments:
Steps to reproduce
Implementation for removing shipments will be handled in a subsequent PR.
Testing information
Tested the above test cases in simulator iPhone 16 Pro iOS 18.2 with different font sizes.
Screenshots
Simulator.Screen.Recording.-.iPhone.16.Pro.-.2025-03-31.at.11.05.44.mp4
RELEASE-NOTES.txtif necessary.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: