-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add Mailchimp Signup Flow #51
Merged
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
d0e49ee
Add create account button to login screen.
iamdharmesh 69f6bfe
Add initial create account markup.
iamdharmesh 47fc199
Added form validation and form submission handling.
iamdharmesh 9013bce
Completed intial create account flow.
iamdharmesh 2d3089f
Remove waiting for login option on logout.
iamdharmesh 3ec4ec7
- Moved CSS and JS to assets folder and added Means web fonts for cre…
iamdharmesh 676365c
PHPCS fixes.
iamdharmesh 907573a
Update wizard steps to reflect current step.
iamdharmesh 3220e61
Add address 2 data as well.
iamdharmesh 3200f54
Remove unwanted code.
iamdharmesh 316b214
Merge branch 'develop' of github.com:mailchimp/wordpress into enhance…
iamdharmesh f57605f
Add basic E2E tests.
iamdharmesh 435e10c
Apply suggestions from code review
iamdharmesh da72685
Remove hardcoded fallback string.
iamdharmesh f77a82b
Merge branch 'develop' into enhancement/46
dkotter dc327f2
Added Graphik web fonts.
iamdharmesh 240f130
Create account page design updates.
iamdharmesh 2e21c4a
Update design of confirm email page.
iamdharmesh 6f467aa
Update designs for suggest to login.
iamdharmesh 6964674
Include country in validation check.
iamdharmesh b4e2da9
Break down account page in templates and CSS updates.
iamdharmesh 9603cda
Combined CSS into single file.
iamdharmesh 9549795
Update CSS to use var for color.
iamdharmesh 28b95a1
Add retry with different email address functionality.
iamdharmesh 5702291
Updated main settings page header and connect button designs.
iamdharmesh b833832
Updates in setup_page.php to handle only logged user.
iamdharmesh f4eb23e
Background color update for main settings page.
iamdharmesh a8a6cf9
E2E test updates.
iamdharmesh 2b2b7dd
Update error color to match Mailchimp design.
iamdharmesh 1211cbc
Update blocked popup design to match new design.
iamdharmesh f7411a8
Update wordings as per PR feedback
iamdharmesh 7c3664a
Trigger oauth process from suggest to login page.
iamdharmesh d7271f0
Update terms wordings.
iamdharmesh c7634c4
Formatting updates for setup_page.php
iamdharmesh 2129c14
Update button styles.
iamdharmesh ae2a2df
Update header title for signup flow pages.
iamdharmesh 561fd35
Remove extra line.
iamdharmesh 4464b74
Hide timezone field.
iamdharmesh eea7826
Fix spacing issue.
iamdharmesh 960e44a
"Log in" button wording updates and footer text updates.
iamdharmesh bc5e682
Remove exra trailing comma.
iamdharmesh a28b1ca
Display notice to users to activate account incase they access settin…
iamdharmesh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@dkotter @jeffpaul Please let me know if any wording updates are needed here.