Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
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
Remove updates and promotions checkbox and dropdown #659
Remove updates and promotions checkbox and dropdown #659
Changes from all commits
7201ab2a8a7552f949dfaFile filter
Jump to
wlycdgrJan 13, 2021
Member
No other parts of the code were using this action creator? Double checking because this
AccountActionsfile is not specific to the new onboardingbenstrumeyerJan 14, 2021
Author
Contributor
Good double check! I don't believe so, I made this const/action/reducer specifically for that checkbox
wlycdgrJan 13, 2021
Member
Same deal, just double checking this isn't being used anywhere else anymore. If not, and the user can no longer change their email preferences in the extension panel or either of the hubs, we should be able to dispense with the
SUBSCRIBE_TO_EMAIL_LISTaction also, no?benstrumeyerJan 14, 2021
Author
Contributor
We actually don't have the functionality in the original hub or the panel to toggle sendgrid emails on, so this is only used here
wlycdgrJan 13, 2021
Member
As alluded to above, do we need this action at all given that
notify_promotionsandnotify_upgrade_updatesnow default totrueinConfData?benstrumeyerJan 14, 2021
Author
Contributor
I made this const to automatically subscribe people to sendgrid emails--the function is taken from a button in account-web that Teresa pointed me to. I believe
notify_promotionsandnotify_upgrade_updatesare different.notify-promotionsare for displaying modals, andnotify_upgrade_updatesare for showing upgrade alerts when we push a new version. Can you double check me on this?wlycdgrJan 14, 2021
Member
You are right about
notify_promotionsandnotify_upgrade_updates! We still may not need this action though if we now subscribe the user to emails automatically on the account server on account creation.wlycdgrJan 13, 2021
Member
See above - we may not need this at all?
benstrumeyerJan 14, 2021
Author
Contributor
See comment above
wlycdgrJan 13, 2021
Member
I THINK we are only cutting the bit of copy above "Learn More" - not the click-arrow-to-expand mechanism. If that's so, we'll need to restore this logic and the other related bits
benstrumeyerJan 14, 2021
Author
Contributor
Double checked with Teresa, we are cutting the arrow as well