-
Notifications
You must be signed in to change notification settings - Fork 87
[PM-26060] Consolidate UIViewController extensions #2072
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
dde8d20 to
0df9b8f
Compare
|
Great job! No new security vulnerabilities introduced in this pull request |
| /// - onCompletion: A closure to call on completion. | ||
| /// | ||
| public func present( | ||
| func present( |
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.
🤔 Just wanted to call out @matt-livefront is doing a change on this file and not sure how it's going to be handled with the movement: https://github.com/bitwarden/ios/pull/2066/files#diff-6acbabcb171e0616679a1aecbd152bd300e152d7798345ca093d63a1fecdc310R21.
Perhaps we could let Matt's PR be merged first and then do this file movement?
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.
Good call; Matt's being merged first is reasonable
|
Claude finished @KatherineInCode's task —— View job Code Review CompleteI've thoroughly reviewed PR #2072 which consolidates UIViewController extensions into BitwardenKit. Here are my findings: Summary of ChangesThis PR successfully consolidates UIViewController extensions by:
The consolidation is valid because both Critical Issues
|
|
Warning @KatherineInCode Uploading code coverage report failed. Please check the "Upload to codecov.io" step of Process Test Reports job for more details. |
|
Warning @KatherineInCode Uploading code coverage report failed. Please check the "Upload to codecov.io" step of Process Test Reports job for more details. |
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-26060
📔 Objective
This moves some
UIViewControllerextensions toBitwardenKit, as part of an effort to migrate shared objects toBitwardenKit. Future PRs will bring other objects over, which will enable bringing the Select Language UI over.⏰ 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