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

refactor: factor out showExportSpace listener #128

Closed
wants to merge 7 commits into from
Closed

refactor: factor out showExportSpace listener #128

wants to merge 7 commits into from

Conversation

fboechats
Copy link
Contributor

Factor out the showExportSpace listener to its own file.

refs #104

fboechats added 2 commits July 5, 2019 13:15
Factor out the showLoadSpace listener to its own file.

refs #104
Factor out the showExportSpace listener to its own file.

refs #104
Copy link
Member

@juancarlosfarah juancarlosfarah left a comment

Choose a reason for hiding this comment

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

Thanks for this PR. Just a very small change regarding naming. Can you change this to showExportSpacePrompt? The handler basically shows a prompt to the user, so it's better to keep to the naming of the channel. Thanks!

@bootsa bootsa mentioned this pull request Aug 3, 2019
@juancarlosfarah
Copy link
Member

Hi @fboechats, will you be able to incorporate the changes? Thanks!

@@ -0,0 +1,15 @@
// eslint-disable-next-line import/no-extraneous-dependencies
Copy link
Member

Choose a reason for hiding this comment

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

This file should be called showExportSpacePrompt.

@@ -0,0 +1,11 @@
// eslint-disable-next-line import/no-extraneous-dependencies
Copy link
Member

Choose a reason for hiding this comment

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

This file should be called showLoadSpacePrompt.

@juancarlosfarah
Copy link
Member

Hi @fboechats, thanks for your changes! Could you please change the file name and squash all of the commits into one? With the message refactor: factor out showExportSpacePrompt listener? That way your commit gets included in our CHANGELOG correctly, as it will be following conventional commit format. Sorry for the hassle. I would do it, but I don't think I can right to the branch on your repo. Thanks!

@juancarlosfarah
Copy link
Member

Merged in 50d2eb9 and 3b44fd7.

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.

2 participants