Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds automatic focus to the unlock screen password field so users can start typing immediately when the extension popup opens (closes #2565).
Changes:
- Set the password
InputinEnterPasswordtoautoFocus. - Add an E2E test asserting the unlock-screen password field is focused after logout.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| extension/src/popup/components/EnterPassword/index.tsx | Adds autoFocus to the shared password entry component used on the unlock screen (and other password prompts). |
| extension/e2e-tests/login.test.ts | Adds a Playwright test to verify the unlock password input receives focus. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…tellar/freighter into feature/auto-focus-login-input
leofelix077
commented
Mar 27, 2026
| isPassword | ||
| fieldSize="md" | ||
| autoComplete="off" | ||
| autoFocus |
Collaborator
Author
There was a problem hiding this comment.
added for both pw fields for consistency
on lock screen and when entering the show recovery phrase
CassioMG
approved these changes
Mar 27, 2026
Contributor
CassioMG
left a comment
There was a problem hiding this comment.
Note: the first video on the PR is cut and not showing the cursor
Collaborator
Author
|
@CassioMG updated it now with the right video |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #2565
Screen.Recording.2026-03-27.at.13.44.23.mov
Screen.Recording.2026-03-27.at.16.00.05.mov