-
Notifications
You must be signed in to change notification settings - Fork 106
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
[#172992621] Adds the available list screen and load the available bonuses #1848
Conversation
Affected stories
Generated by 🚫 dangerJS |
locales/en/index.yml
Outdated
@@ -1238,6 +1238,9 @@ bonus: | |||
bonusVacanza: | |||
checkBonusEligibility: | |||
loading: Checking bonus eligibility | |||
bonusList: | |||
title: Bonus disponibili |
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.
should be in english
ts/navigation/WalletNavigator.ts
Outdated
}, | ||
|
||
// Navigator section for Bonus section | ||
[ROUTES.AVAILABLE_BONUS_LIST]: { |
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.
[ROUTES.AVAILABLE_BONUS_LIST]: { | |
[ROUTES.BONUS_AVAILABLE_BONUSES]: { |
Perhaps having BONUS prefix for all bonus screens could be better when we trace them in Mixpanel
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.
Yep, sounds good! I'm changing it.
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.
Maybe just BONUS_AVAILABLE_LIST
could be less redundant?
Short description:
This PR adds the Available bonuses list screen and displays the active bonus if a bonus was already activated
List of changes proposed in this pull request:
How to test:
Activate the flag
BONUS_VACANZE_ENABLED
on.env
file then on wallet home screen click onRequest new bonus
button.