-
Notifications
You must be signed in to change notification settings - Fork 5
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
Refactor email signup on NoRent footer to use new API #1556
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.
Oof, I think b/c you modified the code while I was reviewing, almost all my comments are going to be marked as "outdated" here, so I hope you still see them. This just needs a handful of quick changes, otherwise it looks good!
sorry about the change @toolness! I can still see all of your comments luckily. |
Oh and I wouldn't worry about the CodeClimate stuff for now--I think it should be addressed eventually but I think there are lots of ways to do that, including factoring out a separate module that does a bunch of the repetitive logic from all 3 of our uses for us, and has a thorough test suite... So we can file an issue to deal with it later! |
Nice, this looks great, feel free to merge! |
<SimpleProgressiveEnhancement> | ||
<> |
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.
Oof, we should really change this component to accept multiple JSX elements as children. Filed #1560 to address this later.
This PR reconfigures the email sign-up form at the footer of NoRent.org to make use of the Mailchimp CORS endpoint included in #1549.