-
Notifications
You must be signed in to change notification settings - Fork 53
PM-11150: Add import logins step 1 #1031
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1031 +/- ##
==========================================
+ Coverage 89.15% 89.19% +0.03%
==========================================
Files 662 665 +3
Lines 41608 41740 +132
==========================================
+ Hits 37097 37231 +134
+ Misses 4511 4509 -2 ☔ View full report in Codecov by Sentry. |
No New Or Fixed Issues Found |
// MARK: View | ||
|
||
var body: some View { | ||
_VariadicView.Tree(Layout()) { |
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.
is this part of swiftui's private view api? I should make a ticket to use this within PasswordAutoFillView
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.
Yeah, it is a private SwiftUI API, but it's used pretty extensively within SwiftUI. There's a few places in the app that we could make use of this after it's in.
🎟️ Tracking
PM-11150
📔 Objective
Adds first step of import logins instructions. This also switches to using a new feature flag separately from the create account flow so they can be enabled separately if needed.
📸 Screenshots
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes