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.
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
[PM-14954] implement multi input totp styling #12449
[PM-14954] implement multi input totp styling #12449
Changes from 9 commits
942c55a
6280fc7
9a2d7f0
7c40eb8
f9a0391
5580fc8
8c0e00b
8cbdc1e
48712f2
44fd4e2
0e4ecb8
7a14e6b
89d286d
aeecab6
82938eb
e878578
a3ce34c
f5f15f9
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check failure on line 5 in apps/browser/src/autofill/background/overlay.background.spec.ts
OverlayBackground โบ OverlayBackground extension message handlers openAutofillInlineMenu message handler updates the inline menu position of both button and list elements if the inline menu is being forced open โบ OverlayBackground extension message hand...
Raw output
Check failure on line 5 in apps/browser/src/autofill/background/overlay.background.spec.ts
OverlayBackground โบ OverlayBackground extension message handlers openAutofillInlineMenu message handler when the focused field does not have a value updates the position of the both button and list elements if the user has the inline menu set to show o...
Raw output
Check failure on line 5 in apps/browser/src/autofill/background/overlay.background.spec.ts
OverlayBackground โบ OverlayBackground extension message handlers openAutofillInlineMenu message handler when the focused field has a value updates the position of both button and list elements if the inline menu is showing the save login view โบ Overlay...
Raw output
Check failure on line 1358 in apps/browser/src/autofill/background/overlay.background.ts
OverlayBackground โบ OverlayBackground inline menu button message handlers handles menu position when input is focused sets button and menu width and position when non-multi-input totp field is focused โบ OverlayBackground inline menu button message hand...
Raw output
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.
non-blocking nit; a non-negative function name (e.g.
rectHasSize
orrectIsZero
and invert logic) could improve readability