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

Can I haz progress bar? #620

Merged
merged 11 commits into from
Oct 1, 2020
Merged

Conversation

gregorbg
Copy link
Member

I accidentally touched frontend.

@campos20
Copy link
Member

Awesome!

@campos20
Copy link
Member

Maybe front end is over tested.

Copy link
Member

@campos20 campos20 left a 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) {
Copy link
Member

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.

Copy link
Member

Choose a reason for hiding this comment

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

@gregorbg gregorbg merged commit d44cb84 into thewca:master Oct 1, 2020
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