-
Notifications
You must be signed in to change notification settings - Fork 819
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
This PR adds the TOTP matching flow to the app #4042
This PR adds the TOTP matching flow to the app #4042
Conversation
New Issues
Fixed Issues
|
1a7c75c
to
281e135
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4042 +/- ##
==========================================
- Coverage 88.93% 88.89% -0.05%
==========================================
Files 428 429 +1
Lines 35300 35338 +38
Branches 5176 5192 +16
==========================================
+ Hits 31394 31413 +19
- Misses 2099 2106 +7
- Partials 1807 1819 +12 β View full report in Codecov by Sentry. |
281e135
to
7a809ea
Compare
} else { | ||
null | ||
} | ||
val autofillSaveItem = specialCircumstance?.toAutofillSaveItemOrNull() |
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.
π
@@ -100,8 +103,23 @@ fun VaultItemListingContent( | |||
LazyColumn( | |||
modifier = modifier, | |||
) { | |||
item { |
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.
π Not something to block the PR, more just a thought about the order of the nesting, does this technically create an empty item every-time where if we were using positions(listState.scrollTo(0)
) could throw of the the index?
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 does make an empty item. I was following the pattern on this screen but we probably should investigate this in the future.
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.
Thanks @dseverns-livefront |
ποΈ Tracking
PM-13020
PM-13022
PM-13023
PM-13024
PM-13081
PM-13082
PM-13083
π Objective
This PR updates the
VaultItemListingScreen
andVaultAddEditScreen
to support a totp special circumstance.πΈ Screenshots
Screen_recording_20241007_164003.mp4