-
Notifications
You must be signed in to change notification settings - Fork 356
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
feat π(llm) Reborn Upsell Flex Drawer #8843
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
3 Skipped Deployments
|
1073f42
to
f5387ba
Compare
f5387ba
to
0be2682
Compare
0be2682
to
0ad7cdb
Compare
0ad7cdb
to
5b6ffc0
Compare
5b6ffc0
to
cb5ca2d
Compare
cb5ca2d
to
225f1b4
Compare
225f1b4
to
b650789
Compare
@@ -10,4 +10,5 @@ export default { | |||
infinityPassPart02Light: require("./infinityPassLight/infinityPassPart02.mp4"), | |||
customLockScreenBannerLight: require("./customLockScreenBanner/customLockScreenBannerLight.mp4"), | |||
customLockScreenBannerDark: require("./customLockScreenBanner/customLockScreenBannerDark.mp4"), | |||
flex: require("./flex.mp4"), |
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 we can create a dedicated folder for Flex?
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.
Done β
@@ -209,7 +209,6 @@ export default function BaseNavigator() { | |||
options={{ | |||
headerStyle: styles.headerNoShadow, | |||
}} | |||
{...noNanoBuyNanoWallScreenOptions} |
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.
Are we sure we want to remove this wall?
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.
I remove it from here but I catch it directly inside the screen where we call the discovery app so IMO it's ok the behaviour doesn't change and let me be able to open the ledger shop in reborn mode
@@ -1303,7 +1303,7 @@ | |||
"desc": "Our products are the only hardware wallets certified for their security by national cyber security agencies." | |||
}, | |||
"title": "You need a Ledger", | |||
"desc": "For your security, Ledger Live only works with a device. You need a device in order to continue.", | |||
"desc": "For your security,\n Ledger Live only works with a Ledger.", |
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.
\n
working here?
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 !
b650789
to
27fce69
Compare
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.
As it's a new feature in new Arch, it's possible to try to make a quick test?
27fce69
to
85dea82
Compare
const Stack = createStackNavigator(); | ||
|
||
const MockComponent = () => ( | ||
<OnboardingContextProvider> | ||
<Stack.Navigator> | ||
<Stack.Screen name="UpsellFlex" component={UpsellFlex} /> | ||
</Stack.Navigator> | ||
</OnboardingContextProvider> | ||
); |
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.
You can put this on a shared
file :)
85dea82
to
95bf4d2
Compare
@@ -1303,7 +1303,7 @@ | |||
"desc": "Our products are the only hardware wallets certified for their security by national cyber security agencies." | |||
}, | |||
"title": "You need a Ledger", | |||
"desc": "For your security, Ledger Live only works with a device. You need a device in order to continue.", | |||
"desc": "For your security,\n Ledger Live only works with a Ledger.", |
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.
"desc": "For your security,\n Ledger Live only works with a Ledger.", | |
"desc": "For your security,\n Ledger Live only works with a Ledger device.", |
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.
It's the wording from Figma so I guess it's good
β Checklist
npx changeset
was attached.π Description
Under ff create hardcoded Flex upsell drawer screen. This will allows us to replace the current lnx drawer. Also it works with the dynamic Reborn_LP. So it will fallback to it if needed.
The upsell redirection is defined in a feature flag that's why in the video it redirects to LNX page and not flex.
I haven't done any major changes and kept the same pattern
Also we need to allow ledger-shop to be usable even in Reborn mode
All use cases :
https://github.com/user-attachments/assets/0f70a9e3-f1a1-42a3-935c-47a8223d8d5e
Dark mode :
https://github.com/user-attachments/assets/7e53e0ee-66ee-424c-85c9-d9042ce99cd2
β Context
π§ Checklist for the PR Reviewers