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

ES6/7 refactor, Remove jQuery #195

Closed
wants to merge 2 commits into from
Closed

Conversation

luigiplr
Copy link
Contributor

PR will:

-Bring codebase up to ES6 spec while utilizing a few select ES7 features. #syntaxSugar
-Remove jQuery as a dep altogether

@jbenet jbenet added the status/deferred Conscious decision to pause or backlog label Jan 12, 2016
export
default class Table extends React.Component {

static propTypes: {
Copy link
Member

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

@dignifiedquire dignifiedquire added status/in-progress In progress and removed status/deferred Conscious decision to pause or backlog labels Jan 12, 2016
@luigiplr luigiplr changed the title [WIP] es6/7 refactor ES66/7 refactor, Remove jQuery, Bump deps Jan 13, 2016
@luigiplr luigiplr changed the title ES66/7 refactor, Remove jQuery, Bump deps ES6/7 refactor, Remove jQuery, Bump deps Jan 13, 2016
@@ -1,17 +1,14 @@
import React from 'react'
import {render} from 'react-dom'
import Router, {hashHistory} from 'react-router'
Copy link
Member

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?

Copy link
Contributor Author

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 >
Copy link
Member

Choose a reason for hiding this comment

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

unneeded whitespace

@dignifiedquire
Copy link
Member

Getting close :) just 9 linting errors and one test not passing: https://circleci.com/gh/ipfs/webui/273

@dignifiedquire
Copy link
Member

Looking good, just missing the test failure (you can run it locally with npm test)

@dignifiedquire
Copy link
Member

Also needs merge with latest master please :)

@dignifiedquire
Copy link
Member

@luigiplr one last thing, can you squash your commits into one, and merge with latest master one more time. Then I can merge it :octocat:

@luigiplr
Copy link
Contributor Author

@dignifiedquire Sure thing

@luigiplr luigiplr force-pushed the feature/es6-7 branch 2 times, most recently from 9dc9c41 to 6ed95f6 Compare January 19, 2016 00:56
@luigiplr luigiplr changed the title ES6/7 refactor, Remove jQuery, Bump deps ES6/7 refactor, Remove jQuery Jan 19, 2016
@dignifiedquire
Copy link
Member

Merged with master and did some cleanup in #216. Thanks @luigiplr for all the work!

@jbenet jbenet removed the status/in-progress In progress label Jan 20, 2016
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

3 participants