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

Changed markup to plain html, added linting to npm scripts; added editorconfig file #37

Merged
merged 8 commits into from
Sep 26, 2016

Commits on Mar 27, 2016

  1. moved getting orders for dashboard to App component

    this way the orders are downloaded only once at the start of the application instead of every time when the user navigates to `/`
    tarnas14 committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    9ee5fb8 View commit details
    Browse the repository at this point in the history
  2. Revert "moved getting orders for dashboard to App component"

    This reverts commit 9ee5fb8.
    tarnas14 committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    9432c23 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. Configuration menu
    Copy the full SHA
    cf0067e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2016

  1. Configuration menu
    Copy the full SHA
    d837727 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2016

  1. Configuration menu
    Copy the full SHA
    497ab5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37cf120 View commit details
    Browse the repository at this point in the history
  3. added lint script to npm that lints with .gitignore as ignore file

    updated linter rules as well
    tarnas14 committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    c4c6765 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2016

  1. moved all dependencies needed to build a project to dependencies in…

    … package.json; fixed webpack config
    tarnas14 committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    b74e0f2 View commit details
    Browse the repository at this point in the history