- Dec 02, 2016
-
-
Ray Schamp authored
-
Ray Schamp authored
-
- Nov 23, 2016
-
-
Ray Schamp authored
For now this uses the CSS `filter` property to crudely "highlight" for the active state. This is a temporary solution until we have a real design for the active states.
-
Ray Schamp authored
These were named inconsistently in scratch-vm
-
- Nov 21, 2016
-
-
Tim Mickel authored
-
- Nov 17, 2016
-
-
Ray Schamp authored
-
- Nov 04, 2016
-
-
Ray Schamp authored
-
- Oct 27, 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
-
Tim Mickel authored
-
Tim Mickel authored
-
- Oct 19, 2016
-
-
Tim Mickel authored
-
Ray Schamp 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.
-
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
-
Ray Schamp authored
Move behavior-related components to "containers", leave presentation components in "components".
-