-
Notifications
You must be signed in to change notification settings - Fork 493
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
ES6/7 refactor, Remove jQuery #195
Conversation
export | ||
default class Table extends React.Component { | ||
|
||
static propTypes: { |
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 needs to be an =
instead of :
I think
@@ -1,17 +1,14 @@ | |||
import React from 'react' | |||
import {render} from 'react-dom' | |||
import Router, {hashHistory} from 'react-router' |
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.
Why did you change this import?
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.
Standard format screamed.
</tbody> | ||
</Table> | ||
</Table > |
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.
unneeded whitespace
Getting close :) just 9 linting errors and one test not passing: https://circleci.com/gh/ipfs/webui/273 |
Looking good, just missing the test failure (you can run it locally with |
Also needs merge with latest master please :) |
76f7c67
to
aedbf73
Compare
@luigiplr one last thing, can you squash your commits into one, and merge with latest master one more time. Then I can merge it |
@dignifiedquire Sure thing |
9dc9c41
to
6ed95f6
Compare
6ed95f6
to
bd5d2fd
Compare
PR will:
-Bring codebase up to ES6 spec while utilizing a few select ES7 features. #syntaxSugar
-Remove jQuery as a dep altogether