Skip to content
Snippets Groups Projects
  1. May 25, 2017
  2. May 17, 2017
  3. May 09, 2017
  4. Apr 26, 2017
  5. Apr 20, 2017
  6. Mar 27, 2017
  7. Mar 23, 2017
    • Christopher Willis-Ford's avatar
      Move scratch-storage init/attach to vmListenerHOC · 2be8205a
      Christopher Willis-Ford authored
      Attaching the storage module in `vmListenerHOC` means it can propagate
      down to the GUI, stage, and blocks naturally. The default VM property
      value has been removed from those places so that we're not instantiating
      extra VM instances any more. Instead, using one of those components
      outside of the `vmListenerHOC` framework will require providing a VM
      instance as a property.
      2be8205a
  8. Mar 13, 2017
  9. Mar 10, 2017
  10. Mar 09, 2017
  11. Feb 28, 2017
  12. Feb 08, 2017
  13. Feb 07, 2017
  14. Jan 28, 2017
  15. Jan 27, 2017
  16. 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
  17. Nov 23, 2016
  18. Nov 17, 2016
  19. Oct 22, 2016
  20. Oct 19, 2016
  21. Oct 17, 2016
  22. Oct 16, 2016
    • Ray Schamp's avatar
      Recoupling refactor · 716c979d
      Ray Schamp authored
      Confine the logic for adding/removing event listeners between the VM and the components to the relevant components.  While this tightens the coupling between the component and the environment, it makes using the individual components more self-contained.
      716c979d
  23. Oct 13, 2016
  24. Oct 12, 2016
  25. Sep 28, 2016
  26. Sep 22, 2016
  27. Sep 19, 2016
    • Ray Schamp's avatar
      Add default toolbox categories · 603fade7
      Ray Schamp authored
      Also make the toolbox actually get used by scratch-blocks, and update the import of scratch-blocks to use the new shimming method.
      603fade7
  28. Sep 15, 2016
Loading