-
Notifications
You must be signed in to change notification settings - Fork 990
[MBL-1254] Add the confirm pledge screen and views #1968
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
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #1968 +/- ##
============================================
- Coverage 72.73% 71.40% -1.33%
Complexity 1980 1980
============================================
Files 350 351 +1
Lines 20220 20596 +376
Branches 2808 2867 +59
============================================
Hits 14707 14707
- Misses 3894 4270 +376
Partials 1619 1619 ☔ View full report in Codecov by Sentry. |
@@ -318,3 +242,94 @@ fun CountryListItems( | |||
Text(text = title) | |||
} | |||
} | |||
|
|||
@Composable | |||
fun CountryInputWithDropdown( |
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.
niceeee
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.
🎉
📲 What
Adding the visuals for the pledge confirmation screen
🤔 Why
Need to build al the screens for the flow so we can implement them
🛠 How
Used compose to build the screen based on designs:
https://www.figma.com/file/sFfDKxlJ2tiuq1xgIsaoiI/Late-Campaign-Backings?type=design&node-id=73-5019&mode=design&t=1RH9kA65yKmzeZ8X-4
👀 See
Here are all the variations from the designs (all in preview code, for dark mode pull branch and view previews):
No Rewards:

Reward only/No Add-ons or Bonus Support:

Reward + Add-ons Only:

Reward + Bonus Support Only

Reward+Add-ons+Bonus Support:

📋 QA
Needs implementation
Story 📖
MBL-1254