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

Compile fix #2

Merged
merged 7 commits into from
Oct 23, 2017
Merged

Compile fix #2

merged 7 commits into from
Oct 23, 2017

Conversation

bencefr
Copy link
Contributor

@bencefr bencefr commented Oct 20, 2017

  • added missing copyright headers
  • fixed linting issues
  • fixed missing prop types
  • fixed react errors

@bencefr bencefr requested a review from IvanSanchez October 20, 2017 09:19
actions/jprog.js Outdated
@@ -69,7 +104,7 @@ export function logDeviceInfo(serialNumber, comName) {
// LOAD_TARGET_INFO action, listen to LOAD_TARGET_INFO_SUCCESS
// in middleware and log it from there?
dispatch({
type: 'target-size-known',
type: 'TARGET-SIZE-KNOWN',
Copy link
Contributor

Choose a reason for hiding this comment

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

How about using underscores instead of dashes, i.e. TARGET_SIZE_KNOWN? This is the convention we have used for action type names in our other projects.

actions/files.js Outdated
@@ -217,7 +255,7 @@ export function checkUpToDateFiles(fileLoadTimes, dispatch) {
const lastLoaded = (new Date(newestFileTimestamp)).toLocaleString();

electron.remote.dialog.showMessageBox({
type: 'warning',
type: 'WARNING',
Copy link
Contributor

Choose a reason for hiding this comment

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

@bencefr bencefr merged commit 3714143 into master Oct 23, 2017
@bencefr bencefr deleted the compile-fix branch October 23, 2017 10:14
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.

4 participants