- Feb 27, 2018
-
-
Paul Kaplan authored
-
- Feb 23, 2018
-
-
Karishma Chadha authored
Initial SB2 Import UI (button in preview modal + import modal that can load projects via url). Preliminary validation on url, still needs error handling.
-
- Feb 22, 2018
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Feb 16, 2018
-
-
Eric Rosenbaum authored
-
- Dec 27, 2017
-
-
Matthew Taylor authored
* add feedback form This implements #829 * small style updates to the stage buttons from @carljbowman * remove `stageSize` for now We eventually need this, but not yet, and it’s causing lint failure.
-
- Dec 21, 2017
-
-
chrisgarrity authored
- implements welcome to the preview modal, and unsupported browser modal. - will need assets updated in Jan.
-
- Sep 18, 2017
-
-
Paul Kaplan authored
Alphabetize all the things
-
- Aug 31, 2017
-
-
Christopher Willis-Ford authored
-
- Aug 16, 2017
-
-
Ray Schamp authored
This way one can still get the benefits of the GUI container but have a custom collection of components within it.
-
Ray Schamp authored
This way a stage is not necessary for sound blocks to work
-
- Jul 21, 2017
-
-
Paul Kaplan authored
-
- Jun 30, 2017
-
-
Paul Kaplan authored
-
- May 17, 2017
-
-
DD Liu authored
-
- Apr 20, 2017
-
-
Ray Schamp authored
With jscodeshift thank God
-
- Jan 30, 2017
-
-
TheBrokenRail authored
-
- Dec 07, 2016
-
-
Ray Schamp authored
This will allow the GUIComponent to have control over the layout
-
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.
-
- Dec 06, 2016
-
-
Ray Schamp authored
Refactor SpriteSelector into "Target Pane" which contains the sprite selector, stage selector, and the buttons for new sprites, costumes and backdrops.
-
- Dec 03, 2016
-
-
Ray Schamp authored
In preparation to split the sprites from the stage, start managing the target list state in a single place.
-
- Dec 02, 2016
-
-
Ray Schamp authored
-
- Oct 24, 2016
-
-
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
-
- Oct 22, 2016
-
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
- Oct 20, 2016
-
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
- Oct 19, 2016
-
-
Tim Mickel authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
So that you can adjust them without redefining the entire GUI. Also allow adjusting props passed to GUIComponent.
-
- 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 14, 2016
-
-
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.
-
- Oct 13, 2016
-
-
Tim Mickel authored
-
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
-
- Oct 12, 2016
-
-
Eric Rosenbaum authored
-
- Sep 28, 2016
-
-
Ray Schamp authored
-