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

Update editorconfig #204

Merged
merged 1 commit into from
Oct 27, 2016
Merged

Update editorconfig #204

merged 1 commit into from
Oct 27, 2016

Conversation

amilajack
Copy link
Owner

No description provided.

@amilajack amilajack merged commit b8918b3 into release-0.0.6-alpha Oct 27, 2016
@amilajack amilajack deleted the update-editorconfig branch October 27, 2016 16:43
amilajack added a commit that referenced this pull request Jul 8, 2017
* Updated readme, contributing, Cards, misc

* React Props Correction and Formatting (#161)

* Formats

* Linter

* Link

* Lint fixes

* Lint

* Lint

* Lint

* UI design implementation (#169)

* Initial prototype commmit

* Added backdrop and poster images to item page

* Added happypack and webpack-dashboard

* Fixed all tests

* Temporarily skip subtitle tests

* Updated card styles

* Changed base font for headers, fixed spacing in Movie

* Initial base theming for item page

* Fixed sass lint error

* Updated package.json app version

* Fixed styles precedence in Item.scss causing plyr overlay bug

* Moved npm-check-engines to postinstall from preinstall

* Added optimize-js to package.json

* Removed optimize-js from build script

* Downgraded mocha to version 2

* Updated Player.js to have more idomatic playback

* Fixed contribution linter setup link

* Added 'editor configuration' to readme

* Updated deps

* Added flow types

* Fixed 'getting started' header size in readme

* Added missing react-transitions dep

* Fixed all tests, added more flowtype annotations

* Fixed readme merge conflict redidue

* Fixed idealTorrent for movies

* Swapped babel-preset-es2015 for babel-preset-env

* Fixed react function binding in Movie component

* Added initial non-working app update checking

* Renamed Movie and MoviePage to Item and ItemPage

* Initial commit (#193)

* Presentational layer refactoring (#187)

* Initial working commit

* Added scrolling to top on similar item card click

* Added native redux devtools support

* Added yarn file

* Added yarn to ci

* Fixed linter error with App.js HOC

* Reverted travis ci yarn integration

* Updated deps in yarn.lock

* Redux migration in HomePage

* Revert "Updated deps in yarn.lock"

This reverts commit 876e04b.

* Revert "Redux migration in HomePage"

This reverts commit 5e3ff39.

* Revert "Presentational layer refactoring (#187)"

This reverts commit 1b17f4b.

* Revert "Presentational layer refactoring (#187)"

This reverts commit 1b17f4b.

* migrate-to-redux-window.devToolsExtension

* Initial working commit (#195)

* Add inital item page e2e testing (#197)

* Initial working commit

* Initial working commit

* Fixed linter error causing test failure

* Updated deps

* flow-typed-cli-support (#200)

* Initial working commit

* Added more optimal flowconfig

* Flow typed cli support (#201)

* Initial working commit

* Added more optimal flowconfig

* Removed running flow-typed from installation step

* Added package.json support for node 7 (#206)

* Added appveyor node_modules caching (#205)

* Added appveyor node_modules caching

* Fixed code-style

* Update editorconfig (#204)

* Updated package.json engines (#208)

* Updated package.json engines

* Change 'engines' to 'devEngines'

* Updated deps and flow-typed deps (#209)

* Updated all deps (#214)

* Updated all deps

* Fixed linter errors from new ESLint rules

* Migrated trakt from git hash commit to npm package (#217)

* Revitalize Project, Merge changes from ERB (#221)

* Removed flow-typed from version control

* Added missing dependencies

* Initial jest migration

* Migrated testing API methods from chai to jest

* FIxed HMR, styling

* Fixed postinstall ffmpeg installation

* Converted dirnames in postinstall to absolute paths

* Fixed long production build times

* Fixed eslint errors, more infra changes to eslint

* Renamed all react modules to .jsx extension from .js

* Fix eslint errors

* Temporarily disabled babili minification for decent build times

* Disallowed weak-types, removed weak types, added stricter types

* Prettier Formatting (#224)

* Prettier Formatting

* Migrated all prop types to flow types

* Stricter type defs

* Merged mentos1386:themoviedb-migration

* Fixed search functionality by adding API key

* Fixed title formatting for shows

* Corrected poster path in TheMovieDBMetadataProvider

* Fixed react-router breaking changes

* Removed .env from version control [ci skip]

* Fixed styling, added getSimilar() api for themoviedbmetadataprovider

* Fixed production sass config

* Updated links in menu.js

* Updated ffmpeg version to corresponding electron version

* Updated jest tests, made tests concurrent

* Fixed e2e tests [ci skip]

* Fixed dropdown in Item.jsx

* Fixed webpack dll webtorrent issue, added resources to version control

* Migrated search api endpoint from omdb to tmdb

* Added initial scroll position restoration

* Added initial trailer support

* Styling fixes for Item.jsx

* Styling refactoring

* Misc overflow styling changes for list groups in Show.jsx
@amilajack amilajack mentioned this pull request Jul 8, 2017
8 tasks
amilajack added a commit that referenced this pull request Jul 8, 2017
* Updated readme, contributing, Cards, misc

* React Props Correction and Formatting (#161)

* Formats

* Linter

* Link

* Lint fixes

* Lint

* Lint

* Lint

* UI design implementation (#169)

* Initial prototype commmit

* Added backdrop and poster images to item page

* Added happypack and webpack-dashboard

* Fixed all tests

* Temporarily skip subtitle tests

* Updated card styles

* Changed base font for headers, fixed spacing in Movie

* Initial base theming for item page

* Fixed sass lint error

* Updated package.json app version

* Fixed styles precedence in Item.scss causing plyr overlay bug

* Moved npm-check-engines to postinstall from preinstall

* Added optimize-js to package.json

* Removed optimize-js from build script

* Downgraded mocha to version 2

* Updated Player.js to have more idomatic playback

* Fixed contribution linter setup link

* Added 'editor configuration' to readme

* Updated deps

* Added flow types

* Fixed 'getting started' header size in readme

* Added missing react-transitions dep

* Fixed all tests, added more flowtype annotations

* Fixed readme merge conflict redidue

* Fixed idealTorrent for movies

* Swapped babel-preset-es2015 for babel-preset-env

* Fixed react function binding in Movie component

* Added initial non-working app update checking

* Renamed Movie and MoviePage to Item and ItemPage

* Initial commit (#193)

* Presentational layer refactoring (#187)

* Initial working commit

* Added scrolling to top on similar item card click

* Added native redux devtools support

* Added yarn file

* Added yarn to ci

* Fixed linter error with App.js HOC

* Reverted travis ci yarn integration

* Updated deps in yarn.lock

* Redux migration in HomePage

* Revert "Updated deps in yarn.lock"

This reverts commit 876e04b.

* Revert "Redux migration in HomePage"

This reverts commit 5e3ff39.

* Revert "Presentational layer refactoring (#187)"

This reverts commit 1b17f4b.

* Revert "Presentational layer refactoring (#187)"

This reverts commit 1b17f4b.

* migrate-to-redux-window.devToolsExtension

* Initial working commit (#195)

* Add inital item page e2e testing (#197)

* Initial working commit

* Initial working commit

* Fixed linter error causing test failure

* Updated deps

* flow-typed-cli-support (#200)

* Initial working commit

* Added more optimal flowconfig

* Flow typed cli support (#201)

* Initial working commit

* Added more optimal flowconfig

* Removed running flow-typed from installation step

* Added package.json support for node 7 (#206)

* Added appveyor node_modules caching (#205)

* Added appveyor node_modules caching

* Fixed code-style

* Update editorconfig (#204)

* Updated package.json engines (#208)

* Updated package.json engines

* Change 'engines' to 'devEngines'

* Updated deps and flow-typed deps (#209)

* Updated all deps (#214)

* Updated all deps

* Fixed linter errors from new ESLint rules

* Migrated trakt from git hash commit to npm package (#217)

* Revitalize Project, Merge changes from ERB (#221)

* Removed flow-typed from version control

* Added missing dependencies

* Initial jest migration

* Migrated testing API methods from chai to jest

* FIxed HMR, styling

* Fixed postinstall ffmpeg installation

* Converted dirnames in postinstall to absolute paths

* Fixed long production build times

* Fixed eslint errors, more infra changes to eslint

* Renamed all react modules to .jsx extension from .js

* Fix eslint errors

* Temporarily disabled babili minification for decent build times

* Disallowed weak-types, removed weak types, added stricter types

* Prettier Formatting (#224)

* Prettier Formatting

* Migrated all prop types to flow types

* Stricter type defs

* Merged mentos1386:themoviedb-migration

* Fixed search functionality by adding API key

* Fixed title formatting for shows

* Corrected poster path in TheMovieDBMetadataProvider

* Fixed react-router breaking changes

* Removed .env from version control [ci skip]

* Fixed styling, added getSimilar() api for themoviedbmetadataprovider

* Fixed production sass config

* Updated links in menu.js

* Updated ffmpeg version to corresponding electron version

* Updated jest tests, made tests concurrent

* Fixed e2e tests [ci skip]

* Fixed dropdown in Item.jsx

* Fixed webpack dll webtorrent issue, added resources to version control

* Migrated search api endpoint from omdb to tmdb

* Added initial scroll position restoration

* Added initial trailer support

* Styling fixes for Item.jsx

* Styling refactoring

* Misc overflow styling changes for list groups in Show.jsx
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.

1 participant