Skip to content
Snippets Groups Projects
  1. Dec 16, 2016
  2. 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
  3. Dec 12, 2016
  4. 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
  5. 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
  6. Dec 05, 2016
  7. Dec 03, 2016
  8. Dec 02, 2016
  9. Nov 29, 2016
  10. Nov 28, 2016
  11. Nov 23, 2016
  12. Nov 21, 2016
  13. Nov 17, 2016
  14. Nov 10, 2016
  15. Nov 08, 2016
  16. Nov 04, 2016
Loading