-
Notifications
You must be signed in to change notification settings - Fork 332
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): show WS qr code / pincode #7467
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 5 Skipped Deployments
|
6b0f4b3
to
aec03a3
Compare
Deployment failed with the following error:
|
dfc6312
to
4734473
Compare
apps/ledger-live-mobile/src/newArch/features/WalletSync/components/Synchronize/TabSelector.tsx
Outdated
Show resolved
Hide resolved
apps/ledger-live-mobile/src/newArch/features/WalletSync/components/Synchronize/TabSelector.tsx
Outdated
Show resolved
Hide resolved
apps/ledger-live-mobile/src/newArch/features/WalletSync/components/Synchronize/logo.png
Outdated
Show resolved
Hide resolved
ec98a55
to
c022d11
Compare
3f36aef
to
c87534b
Compare
apps/ledger-live-mobile/src/newArch/features/WalletSync/screens/Activation/ActivationDrawer.tsx
Show resolved
Hide resolved
<ActivationFlow | ||
startingStep={currentStep} | ||
onStepChange={handleStepChange} | ||
onGoBack={callback => (goBackCallback = callback)} |
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 should try using maybe refs
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 think ref would make this more complex to read
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 think that we have this issue because we manage the different drawers in the Activation Flow and should be at the top level. Is it possible to do it that way or do we have any limitation?
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 possible I did it that way so we could call the flow without being in a drawer, but that's probably never going to happen
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.
✅
.../ledger-live-mobile/src/newArch/features/WalletSync/components/Activation/ActivationFlow.tsx
Outdated
Show resolved
Hide resolved
cf99e26
to
c89f4e8
Compare
c89f4e8
to
699570a
Compare
apps/ledger-live-mobile/src/newArch/features/WalletSync/screens/Manage/index.tsx
Outdated
Show resolved
Hide resolved
navigation.navigate(NavigatorName.WalletSync, { | ||
screen: ScreenName.WalletSyncActivationSettings, | ||
}); |
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.
We can remove it from screen so?
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.
Only the activation Flow is inside a drawer. This screen is mandatory for when the user has already a trustchain
699570a
to
01ad9ab
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.
Can you add an integration test that opens QRCode drawer?
e0b8c1b
to
f5f105d
Compare
* [FEAT]: PinCode Display and Input * [FEAT]: Error component
f5f105d
to
20a52d7
Compare
apps/ledger-live-mobile/src/newArch/features/WalletSync/components/Synchronize/QrCode.tsx
Outdated
Show resolved
Hide resolved
apps/ledger-live-mobile/src/newArch/features/WalletSync/components/Synchronize/QrCode.tsx
Outdated
Show resolved
Hide resolved
apps/ledger-live-mobile/src/newArch/features/WalletSync/components/Synchronize/QrCode.tsx
Outdated
Show resolved
Hide resolved
apps/ledger-live-mobile/src/newArch/features/WalletSync/screens/Manage/index.tsx
Outdated
Show resolved
Hide resolved
b714439
to
92b501a
Compare
✅ Checklist
npx changeset
was attached.📝 Description
Add show qr code to WS flow
UI is not totally he same as the figma since we don't have all the components in the lib. This will be changed once the lib rework will be over
All the logic related to WS will be implemented in a next PR
It has been decided to use only 1 drawer for all the steps for UX reasons. So an adjustment has been done
AddAccount flow refactored in #7520
NumberedList with bulletPoints added in #7512
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-08-01.at.15.58.33.mp4
❓ Context
🧐 Checklist for the PR Reviewers