-
Notifications
You must be signed in to change notification settings - Fork 12
[CP-10577] feat: add lock screen #278
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
[CP-10577] feat: add lock screen #278
Conversation
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 converted the hook to the utility to reflect its actual function
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 left some small comments, but it looks really good. 👏
CI is failing, but those are some easy fixes too.
You'll need to run yarn scanner:next
- this is our script to update the translation files based on the tokens passed to the translation function (t('...')
).
To replicate the other issues please run yarn test:next
/ yarn typecheck:next
/ yarn lint:next
, etc.
I pre-approved so people know this was reviewed (once you push new commits, my approval may get revoked by Github).
e3db96a
to
b60f18c
Compare
refactor: update AnalyticsContextProvider & useAppDimensions dupson feat: init
fix: typing issue chore: cleanup
# This is the 1st commit message: fix: fix unlock form spacing # This is the commit message #2: fix: size of LoginButton
fix: size of LoginButton fix: more spacing & sizing fixes
6305bc4
to
90b3bbb
Compare
e8dd781
to
82b0b3e
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.
52a2985
into
feat/ng-onboarding-common-screens
Description
Lock Screen has been added.
The unlocking, forget password and no connection features work as expected.
FIGMA
Changes
The PR introduces LockScreen component which purpose is to unlock the user's wallet.
Testing
Screenshots:
Checklist for the author
Tick each of them when done or if not applicable.