Skip to content
Snippets Groups Projects
  1. Jan 06, 2017
  2. Jan 05, 2017
  3. Dec 15, 2016
  4. Dec 07, 2016
    • Ray Schamp's avatar
      Use CSS modules for styles · 16fbb64c
      Ray Schamp authored
      The inline css method gives us nothing that CSS modules can't give us. This puts the project more in line with the way www works, and makes CSS actually readable.
      
      Using class names gives us full control of the modal styles.
      16fbb64c
  5. Dec 03, 2016
    • Ray Schamp's avatar
      Reduxify sprite selector · 24389c30
      Ray Schamp authored
      In preparation to split the sprites from the stage, start managing the target list state in a single place.
      24389c30
  6. Dec 02, 2016
  7. Nov 10, 2016
  8. Nov 08, 2016
  9. Oct 27, 2016
  10. Oct 24, 2016
    • Ray Schamp's avatar
      Set up base eslint config in .eslintrc.js · 7ea1e356
      Ray Schamp authored
      After doing this, new rules began applying for some reason:
      
      `eol-last` only began taking the 'always' parameter as of 3.6.0, so I needed to update eslint.
      `no-unused-var` started warning about process.env after updating the config structure
      `comma-dangle` decided to start working, maybe because of the upgrade to eslint?  Autofixed with --fix
      7ea1e356
    • Ray Schamp's avatar
      Upgrade eslint-config-scratch to 2.0 · 620843c5
      Ray Schamp authored
      Includes rules missed in the first pass of eslint rules
      620843c5
    • Ray Schamp's avatar
      Actually lint React files · 368a2a8a
      Ray Schamp authored
      Previously eslint ignored .jsx files :|
      368a2a8a
  11. Oct 23, 2016
  12. Oct 22, 2016
  13. Oct 21, 2016
    • Ray Schamp's avatar
      Pin React devDependencies, add peerDependencies · 534feb9f
      Ray Schamp authored
      When the package is installed as a dependency, it should warn the installer that React is a peerDependency.  When installed this way, the devDependencies won't be installed, so only one version of React will be present. However when it's installed as a standalone project, React should be installed automatically as a devDependency.
      
      I think this gives us the best of both worlds — simple development setup as well as supporting usage as an installed package.
      534feb9f
  14. Oct 20, 2016
  15. Oct 19, 2016
  16. Oct 17, 2016
  17. Oct 14, 2016
    • Ray Schamp's avatar
      Decoupling refactor · 51d5b7a9
      Ray Schamp authored
      Use fewer refs, these had weird behavior that caused the order of components to matter.
      Attach events eagerly, as soon as the necessary objects are available.
      Make VMManager an actual class instantiated with a VM so we don't have to pass it to every method.
      Use bindAll everywhere for convenience.
      51d5b7a9
  18. Oct 13, 2016
    • Ray Schamp's avatar
      Install React as a dev dependency · edd09fa4
      Ray Schamp authored
      Once another project uses this package, these should become peerDependencies.  Until then install automatically.
      edd09fa4
    • Ray Schamp's avatar
      Update project on hash change · 54548b5c
      Ray Schamp authored
      While doing so:
      - Use ProjectLoader for loading projects
      - Stop using loadEmptyProject and supply empty project data
      - Move project loading to App, GUI now receives data (as a string - the vm should receive an object eventually)
      - Add logging
      54548b5c
  19. Sep 28, 2016
  20. Sep 27, 2016
  21. Sep 26, 2016
  22. Sep 25, 2016
  23. Sep 23, 2016
  24. Sep 19, 2016
  25. Sep 16, 2016
  26. Sep 15, 2016
Loading