-
Notifications
You must be signed in to change notification settings - Fork 94
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
Can I haz progress bar? #620
Conversation
Awesome! |
Maybe front end is over tested. |
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.
Could you please run prettier in the files you changed? Otherwise, next time someone changes a bit a file, other changes may be introduced by prettier.
loadScrambles(endpoint, payload, targetMarker) { | ||
let that = this; | ||
|
||
return new Promise(function (resolve, reject) { |
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.
I think that if you use
(resolve, reject) => {
...
}
you'll be able to dismiss the use of that
and keep using this
. Arrow functions allow this.
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.
And if you're going to touch it, maybe you could also take care of this other one
304f4c7
to
03d8851
Compare
I accidentally touched frontend.