-
Notifications
You must be signed in to change notification settings - Fork 8
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
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.
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!
Hi @fboechats, will you be able to incorporate the changes? Thanks! |
@@ -0,0 +1,15 @@ | |||
// eslint-disable-next-line import/no-extraneous-dependencies |
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.
This file should be called showExportSpacePrompt
.
@@ -0,0 +1,11 @@ | |||
// eslint-disable-next-line import/no-extraneous-dependencies |
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.
This file should be called showLoadSpacePrompt
.
Hi @fboechats, thanks for your changes! Could you please change the file name and squash all of the commits into one? With the message |
Factor out the showExportSpace listener to its own file.
refs #104