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

extract 'rename project' interface from ProjectHeader component into new EditableProjectName component #28600

Merged
merged 3 commits into from May 22, 2019

Conversation

Hamms
Copy link
Contributor

@Hamms Hamms commented May 16, 2019

depends on #28461

@Hamms Hamms requested a review from davidsbailey May 16, 2019 19:23
@Hamms Hamms changed the base branch from reactify-header to staging May 16, 2019 22:30
@Hamms Hamms requested review from islemaster and removed request for davidsbailey May 22, 2019 22:22
Copy link
Contributor

@islemaster islemaster left a comment

Choose a reason for hiding this comment

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

Nice clean extraction.

}

dashboard.project.rename(newName, () => {
dashboard.header.updateTimestamp();
Copy link
Contributor

Choose a reason for hiding this comment

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

Possible next steps: Can we remove these global dependencies by just importing project.js and header.js directly?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh, I had been thinking of reworking all of that to use redux internally, but just importing the files is way simpler!

Tracking here

@Hamms Hamms merged commit 540c772 into staging May 22, 2019
@Hamms Hamms deleted the reactify-header-extract-rename branch May 22, 2019 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants