Skip to content
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

Framework: Invites: Refactor my-sites/invite-accept into individual components #1161

Merged
merged 3 commits into from
Dec 1, 2015

Conversation

lezama
Copy link
Contributor

@lezama lezama commented Dec 1, 2015

How to test

Everything in the invite process should still flow.

  • checkout update/my-sites-invites-accepted-sub-components
  • invite yourself
  • go to http://calypso.dev:3000/accept-invite/<blog_id>/<invitation_id>

Closes #1150

@lezama lezama added Framework [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. People Management labels Dec 1, 2015
@lezama lezama added this to the People Management: m6 milestone Dec 1, 2015
@lezama lezama self-assigned this Dec 1, 2015
? <LoggedInAccept { ...this.state.invite } redirectTo={ this.getRedirectTo() } />
: <LoggedOutInvite { ...this.state.invite } redirectTo={ this.getRedirectTo() } />;
? <LoggedIn { ...this.state.invite } redirectTo={ this.getRedirectTo() } />
: <LoggedOut { ...this.state.invite } redirectTo={ this.getRedirectTo() } />;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting is off here. It looks like there should be an extra tab.

ebinnion added a commit that referenced this pull request Dec 1, 2015
…pted-sub-components

Framework: Invites: Refactor my-sites/invite-accept into individual components
@ebinnion ebinnion merged commit 48428c6 into master Dec 1, 2015
@ebinnion ebinnion deleted the update/my-sites-invites-accepted-sub-components branch December 1, 2015 23:17
@scruffian scruffian removed the [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. label Dec 1, 2015
@ebinnion
Copy link
Contributor

ebinnion commented Dec 1, 2015

LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants