- May 25, 2017
-
-
Paul Kaplan authored
-
- May 17, 2017
-
-
DD Liu authored
-
- May 09, 2017
-
-
DD Liu authored
-
- Apr 26, 2017
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Apr 20, 2017
-
-
Ray Schamp authored
With jscodeshift thank God
-
- Mar 27, 2017
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Mar 23, 2017
-
-
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.
-
- Mar 13, 2017
-
-
Paul Kaplan authored
-
- Mar 10, 2017
-
-
Paul Kaplan authored
-
- Mar 09, 2017
-
-
Ray Schamp authored
-
- Feb 28, 2017
-
-
Ray Schamp authored
Resolves #16
-
- Feb 08, 2017
-
-
Eric Rosenbaum authored
-
- Feb 07, 2017
-
-
Eric Rosenbaum authored
/ht @rschamp
-
- Jan 28, 2017
-
-
TheBrokenRail authored
-
- Jan 27, 2017
-
-
TheBrokenRail authored
Change Toolbox Categories to match new design color
-
- Dec 07, 2016
-
-
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.
-
- Nov 23, 2016
-
-
Ray Schamp authored
These were named inconsistently in scratch-vm
-
- Nov 17, 2016
-
-
Ray Schamp authored
-
- Oct 22, 2016
-
-
Ray Schamp authored
-
Ray Schamp authored
-
- Oct 19, 2016
-
-
Ray Schamp authored
-
Ray Schamp authored
So that it's easier to use these standalone.
-
- Oct 17, 2016
-
-
Ray Schamp authored
And use instanceOf for the vm prop type
-
Ray Schamp authored
Move behavior-related components to "containers", leave presentation components in "components".
-
- Oct 16, 2016
-
-
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.
-
- Oct 13, 2016
-
-
Tim Mickel authored
-
- Oct 12, 2016
-
-
Eric Rosenbaum authored
-
- Sep 28, 2016
-
-
Ray Schamp authored
-
Ray Schamp authored
-
- Sep 22, 2016
-
-
Ray Schamp authored
-
Ray Schamp authored
Update webpack config and vm usage to match updates in scratch-vm
-
- Sep 19, 2016
-
-
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.
-
- Sep 15, 2016
-
-
Ray Schamp authored
This way we can have a consistent style for Node and web code.
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
Add skeleton toolbox component
-
Ray Schamp authored
Thanks to babel-loader and babel-eslint, we can use the same linting everywhere. This makes our imports easier since we don't need to think about the extension. Also export things more succinctly in src/index.js
-
Ray Schamp authored
-