-
Notifications
You must be signed in to change notification settings - Fork 301
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
Updates links #14
Merged
Merged
Updates links #14
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jchip
pushed a commit
that referenced
this pull request
Dec 7, 2016
* First commit * Adds above-the-fold component and updates docs in readme.md * Resolves linting errors due to spacing * Resolves merge conflict
jchip
pushed a commit
to jchip/electrode
that referenced
this pull request
Mar 16, 2017
* modularize home component, add dark mui theme * move webpack-modules file into separate folder * create base electrify component * set up file structure for electrify component * import code from electrify and edit to work with react * rewrite webpack assets component * rewrite webpack-info component * pull in styling from base * rewrite warnings-errors component * syntax changes * lint client files * add fix to solve type error cannot read prop 1 of null * fix react error in warnings component when there are no warnings * render a no warnings component instead of null * edit bundle pathnames to work with npm link * center electrify in container regarless of window size * change bundle pathnames - no longer need npm link * add module-processor fix and install prettysize module * modularize webpack assets react component to include a d3visualization * basic d3vis for webpack assets * separate d3 component from mui card to fix rendering issue * remove utils file * remove console log * remove asset data views and use log scale * resolve linting errors * resolve linting errors * fix filename capitalization error * fix incorrect propTypes * add key prop to iterated components * remove color scheme options * add purePackStats to test state * separate pureWebpackStats from init-state.js and import them instead * with '#' will be ignored, and an empty message aborts the commit. * remove electrify files and install via npm instead" * install electrify-react-component * remove electrify modules from home component * remove unused style properties * remove comments * fix linting error * update electrify-react-component dependency * update electrify-react-component version * update electrify-react-component version * update electrify react component version * 0.2.0-0 * update eslint-diable rules and fix css code styling * update electrify component version * pass purewebpack stats * 0.2.1-0 * update to react 15.4.0 * 0.2.2-0 * upgrade material-ui to 0.16.4 * 0.2.3-0 * upgrade electrify component to remove material-ui to dev dep * 0.2.3-1 * fix `cannot find module electrode-electrify-react-component` error * electrify-react-component version update * lint * enable hot module reloading * config hot module reloading * config server-side socket.io; update electrify react component version * lint and fix npm module name * set up socket.io to enable hot module reloading * fix tap event issue on hot reload * remove uncessary server config * lint * fix npm version number * correct out of scope variable * reduce pureWebpackStats. only pass info that is required * Trigger notification * update electrify-react-component version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds above-the-fold docs + resolves linting errors