-
Notifications
You must be signed in to change notification settings - Fork 53
PM-17418: added illustration icon and updated styles for Set master password screen #1310
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
.foregroundStyle(Asset.Colors.textPrimary.swiftUIColor) | ||
.styleGuide(.callout) | ||
.multilineTextAlignment(.leading) | ||
Image(asset: Asset.Images.Illustrations.lock) |
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.
🔨 Can you use the PageHeaderView
here for this?
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.
that's really convenient, didn't know it exist.
Thanks!
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.
no problem!
Great job, no security vulnerabilities found in this Pull Request |
BitwardenShared/UI/Auth/SetMasterPassword/SetMasterPasswordAction.swift
Outdated
Show resolved
Hide resolved
BitwardenShared/UI/Auth/SetMasterPassword/SetMasterPasswordProcessor.swift
Outdated
Show resolved
Hide resolved
BitwardenShared/UI/Auth/SetMasterPassword/SetMasterPasswordProcessorTests.swift
Outdated
Show resolved
Hide resolved
BitwardenShared/UI/Auth/SetMasterPassword/SetMasterPasswordView.swift
Outdated
Show resolved
Hide resolved
BitwardenShared/UI/Auth/SetMasterPassword/SetMasterPasswordView.swift
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1310 +/- ##
==========================================
+ Coverage 89.45% 89.52% +0.07%
==========================================
Files 743 745 +2
Lines 46569 46642 +73
==========================================
+ Hits 41657 41758 +101
+ Misses 4912 4884 -28 ☔ View full report in Codecov by Sentry. |
🎟️ Tracking
PM-17418
📔 Objective
learn about ways to prevent account lockout
button for master password hint footer.📸 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