-
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 showLoadSpace listener #127
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 showLoadSpacePrompt
? 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! |
Hi @fboechats, thanks for your changes! Could you please squash all of the commits into one? With the message |
@@ -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.
@fboechats, this file should be called showLoadSpacePrompt
for consistency.
Also, just a minor request to change the name of the file. |
Factor out the showLoadSpace listener to its own file.
refs #104