-
Notifications
You must be signed in to change notification settings - Fork 53
BIT-936: Add vault settings UI #209
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
No New Or Fixed Issues Found |
Bitwarden code coverageTotal coverage:
|
File | Coverage |
---|---|
BitwardenShared/UI/Platform/Settings/Settings/SettingsProcessor.swift | 100.00% |
BitwardenShared/UI/Platform/Settings/Settings/SettingsView.swift | 82.69% |
BitwardenShared/UI/Platform/Settings/Settings/Vault/VaultSettingsProcessor.swift | 23.53% |
BitwardenShared/UI/Platform/Settings/Settings/Vault/VaultSettingsView.swift | 100.00% |
BitwardenShared/UI/Platform/Settings/SettingsCoordinator.swift | 100.00% |
Powered by Slather
Generated by 🚫 Danger
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.
This looks wonderful! I left a few nitpicky comments, but nothing major.
BitwardenShared/UI/Platform/Settings/Settings/Vault/VaultSettingsProcessor.swift
Outdated
Show resolved
Hide resolved
BitwardenShared/UI/Platform/Settings/Settings/Vault/VaultSettingsView.swift
Show resolved
Hide resolved
50e6ba6
to
d06ff17
Compare
d06ff17
to
333aaa2
Compare
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.
Awesome work!! 🎉
🎟️ Tracking
BIT-936
🚧 Type of change
🚀 New feature development
📔 Objective
Added the UI for the first screen of the vault menu in the settings section.
📋 Code changes
Settings/Vault/*: Added the UI and the boilerplate for the Vault settings view in the settings section.
SettingsAction.swift: The action to get to the vault view
SettingsProcessor.swift: Navigate to the vault view
SettingsView.swift: Functionality for the vault button
SettingsCoordinator.swift: Navigate to the vault view
SettingsRoute.swift: Navigate to the vault view
📸 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