10000 PM-11150: Add import logins step 1 by matt-livefront · Pull Request #1031 · bitwarden/ios · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Merged
merged 4 commits into from
Oct 14, 2024

Conversation

matt-livefront
Copy link
Collaborator
@matt-livefront matt-livefront commented Oct 10, 2024

🎟️ 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

Screenshot 2024-10-10 at 2 14 45 PM

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 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

Copy link
codecov bot commented Oct 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.19%. Comparing base (5b0823d) to head (9a36777).
Report is 7 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

Copy link
Contributor
github-actions bot commented Oct 10, 2024

Logo
Checkmarx One – Scan Summary & Details1d10f48e-11a4-4a6e-870c-5fc879e49825

No New Or Fixed Issues Found

// MARK: View

var body: some View {
_VariadicView.Tree(Layout()) {
Copy link
Collaborator

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

Copy link
Collaborator Author

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.

@matt-livefront matt-livefront merged commit 5a47964 into main Oct 14, 2024
9 checks passed
@matt-livefront matt-livefront deleted the matt/PM-11150-import-logins-step1 branch October 14, 2024 19:28
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
0