-
Notifications
You must be signed in to change notification settings - Fork 34
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
BIT-174: Adds app-wide navigation layer #16
Conversation
No New Or Fixed Issues Found |
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.
LGTM! Just a small question.
BitwardenShared/UI/Platform/Application/Utilities/RootNavigator.swift
Outdated
Show resolved
Hide resolved
# Conflicts: # Bitwarden/Application/Support/Info.plist
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.
Looks good!
Code coverageTotal coverage:
|
File | Coverage |
---|---|
Bitwarden/Application/SceneDelegate.swift | 100.00% |
Bitwarden/Application/main.swift | 100.00% |
GlobalTestHelpers/MockAppModule.swift | 0.00% |
GlobalTestHelpers/MockCoordinator.swift | 0.00% |
GlobalTestHelpers/MockProcessor.swift | 0.00% |
GlobalTestHelpers/MockRootNavigator.swift | 0.00% |
GlobalTestHelpers/MockAppModule.swift | 0.00% |
GlobalTestHelpers/MockCoordinator.swift | 0.00% |
GlobalTestHelpers/MockProcessor.swift | 0.00% |
GlobalTestHelpers/MockRootNavigator.swift | 0.00% |
GlobalTestHelpers/MockAppModule.swift | 0.00% |
GlobalTestHelpers/MockCoordinator.swift | 0.00% |
GlobalTestHelpers/MockProcessor.swift | 0.00% |
GlobalTestHelpers/MockRootNavigator.swift | 0.00% |
Powered by Slather
Generated by 🚫 Danger
🎟️ Tracking
BIT-174
🚧 Type of change
📔 Objective
This PR adds the basis for app-wide navigation. This involved adding a
SceneDelegate
for managingAppCoordinator
initialization and management, migrating the app from a SwiftUI lifecycle to anAppDelegate
based lifecycle, and aRootViewController
to handle swapping between main screens in the app.📋 Code changes
AppCoordinator
to handle app-wide navigation.Store
andProcessor
generic orders to match each other.⏰ 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