-
Notifications
You must be signed in to change notification settings - Fork 25
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-2300: Mask TOTP #624
BIT-2300: Mask TOTP #624
Conversation
Bitwarden code coverageTotal coverage:
|
File | Coverage |
---|---|
BitwardenShared/Core/Vault/Repositories/VaultRepository.swift | 96.82% |
BitwardenShared/UI/Platform/Application/Views/BitwardenField.swift | 100.00% |
BitwardenShared/UI/Vault/Vault/VaultList/VaultListItem.swift | 97.14% |
BitwardenShared/UI/Vault/VaultItem/AddEditItem/AddEditItemProcessor.swift | 93.17% |
BitwardenShared/UI/Vault/VaultItem/AddEditItem/AddEditLoginItem/AddEditLoginItemView.swift | 94.20% |
BitwardenShared/UI/Vault/VaultItem/CipherItemState.swift | 97.49% |
BitwardenShared/UI/Vault/VaultItem/LoginItemState.swift | 100.00% |
BitwardenShared/UI/Vault/VaultItem/ViewItem/ViewItemProcessor.swift | 96.11% |
BitwardenShared/UI/Vault/VaultItem/ViewItem/ViewItemState.swift | 100.00% |
BitwardenShared/UI/Vault/VaultItem/ViewItem/ViewLoginItem/Extensions/CipherView+Update.swift | 95.72% |
BitwardenShared/UI/Vault/VaultItem/ViewItem/ViewLoginItem/ViewLoginItemView.swift | 94.66% |
BitwardenShared/UI/Vault/Views/VaultListItemRow/VaultListItemRowView.swift | 96.82% |
Powered by Slather
Generated by 🚫 Danger
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.
It's possible I'm missing something, but I have a few questions around unused variables.
BitwardenShared/UI/Vault/Vault/VaultGroup/VaultGroupState.swift
Outdated
Show resolved
Hide resolved
BitwardenShared/UI/Vault/VaultItem/ViewItem/ViewItemProcessor.swift
Outdated
Show resolved
Hide resolved
BitwardenShared/UI/Vault/VaultItem/ViewItem/ViewItemState.swift
Outdated
Show resolved
Hide resolved
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!
🎟️ Tracking
BIT-2300 Original ticket
BIT-2341 Verification codes screen
📔 Objective
View item screen
Add/Edit item screen
Verification codes screen
📸 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