Skip to content
Snippets Groups Projects
  1. Jan 19, 2017
  2. Jan 13, 2017
  3. Jan 12, 2017
  4. Jan 11, 2017
  5. Jan 09, 2017
  6. Jan 06, 2017
  7. Jan 04, 2017
  8. Dec 20, 2016
  9. Dec 16, 2016
  10. Dec 15, 2016
    • Ray Schamp's avatar
      Lint · f9970d6c
      Ray Schamp authored
      f9970d6c
    • Ray Schamp's avatar
      370d66e4
    • Ray Schamp's avatar
      Use Box in libraries and modal · 6ae2fbb6
      Ray Schamp authored
      6ae2fbb6
    • Ray Schamp's avatar
      Layout pass · 789fd146
      Ray Schamp authored
      Move layout styles from component stylesheets to the GUI, or the component that is placing the component.
      
      Add a new `Box` component to control layouts, basically giving a convenient way to lay out with flexbox.
      
      Use `Box` as the output component for any component that may need to be passed layout options. The props passing convention allows giving layout props to the final `Box` component, making wrapping with another `Box` unnecessary in some cases.
      789fd146
  11. Dec 12, 2016
  12. Dec 07, 2016
    • Ray Schamp's avatar
      Give GUIComponent responsibility of children · 7542f1b5
      Ray Schamp authored
      This will allow the GUIComponent to have control over the layout
      7542f1b5
    • 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
  13. Dec 06, 2016
    • Ray Schamp's avatar
      Style pass · d1396091
      Ray Schamp authored
      Refactor SpriteSelector into "Target Pane" which contains the sprite selector, stage selector, and the buttons for new sprites, costumes and backdrops.
      d1396091
  14. Dec 05, 2016
  15. Dec 03, 2016
  16. Dec 02, 2016
  17. Nov 29, 2016
  18. Nov 23, 2016
  19. Nov 21, 2016
  20. Nov 17, 2016
  21. Nov 04, 2016
  22. Oct 27, 2016
  23. 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
      Fix minilog prefix · 97b0f26b
      Ray Schamp authored
      97b0f26b
Loading