-
Notifications
You must be signed in to change notification settings - Fork 53
[PM-17914] Show connect to watch toggle only on iPhone #1317
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
[PM-17914] Show connect to watch toggle only on iPhone #1317
Conversation
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.
Hi there, great catch! Thank you for your contribution and here I leave you some improvements to make in order to be consistent on how we implement this kind of logic in the app.
If you have any questions, let me know 😄
BitwardenShared/UI/Platform/Settings/Settings/Other/OtherSettingsState.swift
Outdated
Show resolved
Hide resolved
BitwardenShared/UI/Platform/Settings/Settings/Other/OtherSettingsView.swift
Show resolved
Hide resolved
Thank you for your contribution! We've added this to our internal Community PR board for review. |
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.
🎉 Great thanks for the improvements, just a few more to complete it.
BitwardenShared/UI/Platform/Settings/Settings/Other/OtherSettingsProcessor.swift
Outdated
Show resolved
Hide resolved
BitwardenShared/UI/Platform/Settings/Settings/Other/OtherSettingsProcessor.swift
Show resolved
Hide resolved
|
Great job, no security vulnerabilities found in this Pull Request |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1317 +/- ##
==========================================
- Coverage 89.63% 89.63% -0.01%
==========================================
Files 751 751
Lines 47138 47145 +7
==========================================
+ Hits 42253 42257 +4
- Misses 4885 4888 +3 ☔ View full report in Codecov by Sentry. |
Hi @infinitepower18 this PR has been approved and moved to QA for testing. Thank you so much for your contribution! |
Hi @infinitepower18 , QA tested this and even though it works on most cases the toggle is still shown when the device is |
Hi @fedemkr, do you mind if you do the change? Thanks |
Hi @infinitepower18 sure thing I'll fix that and again thank you so much for your contribution! 😄 |
2928015
into
bitwarden:PM-17914/connect-to-watch-only-available
Hi @infinitepower18 wanted to let you know that I did the changes (#1391) and this has already passed QA testing and has been merged to |
📔 Objective
The connect to watch toggle is now only shown if the app is run on iPhone. There is no use showing the toggle on iPad and iPod touch as those devices can't be paired to an Apple Watch.
⏰ 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