Skip to content

[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

Merged

Conversation

bartosz-the-coder-at-avalabs
Copy link

@bartosz-the-coder-at-avalabs bartosz-the-coder-at-avalabs commented May 23, 2025

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.

  • I've covered new/modified business logic with Jest test cases.
  • I've tested the changes myself before sending it to code review and QA.

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

Copy link
Member

@meeh0w meeh0w left a 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).

@meeh0w meeh0w force-pushed the feat/ng-onboarding-common-screens branch from e3db96a to b60f18c Compare May 23, 2025 21:00
refactor: update AnalyticsContextProvider & useAppDimensions

dupson

feat: init
# 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
Copy link
Contributor

@csabbee csabbee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested it, works as described, nice job!
-

@bartosz-the-coder-at-avalabs bartosz-the-coder-at-avalabs merged commit 52a2985 into feat/ng-onboarding-common-screens May 27, 2025
2 checks passed
@bartosz-the-coder-at-avalabs bartosz-the-coder-at-avalabs deleted the feat/CP-10577 branch May 27, 2025 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants