-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[MBL-1063] Use transcend privacy flow for user data requests #1911
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1911 +/- ##
========================================
Coverage 83.74% 83.74%
========================================
Files 1229 1223 -6
Lines 112188 111811 -377
Branches 29869 29750 -119
========================================
- Hits 93955 93640 -315
+ Misses 17204 17149 -55
+ Partials 1029 1022 -7 ☔ View full report in Codecov by Sentry. |
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.
LGTM 👍
Testing looks good. Thanks for making a ticket to address the hardcoded URL
@@ -48,10 +61,8 @@ internal final class SettingsPrivacyDeleteOrRequestCell: UITableViewCell, ValueC | |||
||> settingsSeparatorStyle | |||
|
|||
_ = self.deleteAccountLabel | |||
|> UILabel.lens.textColor .~ .ksr_alert | |||
|> UILabel.lens.font .~ .ksr_body() | |||
|> UILabel.lens.numberOfLines .~ 2 |
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.
should we move these to configureWith(...
to keep all of these deleteAccountLabel styles together?
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.
I'd rather keep them here. I think it's often useful to treat styles that depend on input separately from styles that don't.
📲 What
Update "request data" and "delete account" buttons to open the new transcend privacy flow in Safari. This allows us to delete the old request flow. (The strings cannot be deleted if Android is still using them.)
Note: I moved screenshots in two different commits; one to change the images and a separate one to change the test names. This mostly led them to be correctly marked as moved, but not entirely.
👀 See
JIRA
✅ Acceptance criteria
⏰ TODO (probably in separate PR)