-
Notifications
You must be signed in to change notification settings - Fork 355
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
π Ledger Sync copy and UX improvements #8916
base: develop
Are you sure you want to change the base?
π Ledger Sync copy and UX improvements #8916
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ 4 Skipped Deployments
|
2509883
to
5a8a9b4
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.
const onPressSyncAccounts = () => onSyncMethodPress(); | ||
|
||
const onPressHasAlreadyCreatedAKey = () => onSyncMethodPress(); | ||
const onPressHasAlreadyCreatedAKey = () => navigateToChooseSyncMethod(); |
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.
Why do we redefine a new function at each render?
I think that we can use the one passed as props directly in the jsx, isn't it?
@@ -21,7 +21,7 @@ function View() { | |||
marginTop: 114, | |||
}} | |||
> | |||
<Activation onSyncMethodPress={onOpenDrawer} /> | |||
<Activation onSyncMethodPress={onOpenDrawer} navigateToChooseSyncMethod={onOpenDrawer} /> |
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's the difference?
We should have different analytics no?
or do another action?
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.
β Checklist
npx changeset
was attached.π Description
Updated copy on LLM and LLD
Removed entry points in accounts page on LLD
Skip unnecessary step on LLM when clicking on
Turn on Ledger Sync
Screen.Recording.2025-01-15.at.18.27.10.mov
β Context
π§ Checklist for the PR Reviewers