-
Notifications
You must be signed in to change notification settings - Fork 132
Select shipping method UI #11476
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
Select shipping method UI #11476
Conversation
Generated by 🚫 Danger |
📲 You can test the changes from this Pull Request in WooCommerce Android by scanning the QR code below to install the corresponding build.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## trunk #11476 +/- ##
============================================
+ Coverage 40.80% 40.83% +0.03%
- Complexity 5155 5165 +10
============================================
Files 1060 1063 +3
Lines 62078 62143 +65
Branches 8470 8472 +2
============================================
+ Hits 25332 25379 +47
- Misses 34466 34482 +16
- Partials 2280 2282 +2 ☔ View full report in Codecov by Sentry. |
…hipping-method-ui
Closes: #11390
Description
This PR adds the select shipping method screen and the new screen navigation and sends the selected shipping method back to the Add Shipping screen. Additionally, this PR adds two extra states to the screen: The
Loading
state that will be shown when the screen is fetching the shipping methods and theError
state that will be shown if the app fails to load the shipping methods.Testing instructions
TC1
TC2
Images/gif
Screen_recording_20240509_110645.mp4
RELEASE-NOTES.txt
if necessary. Use the "[Internal]" label for non-user-facing changes.