- Sep 11, 2018
- Sep 07, 2018
-
-
Ben Wheeler authored
-
- Sep 06, 2018
-
-
Ben Wheeler authored
styling for title field; correct input target in tests; make download filename safer with default, max length; in playground index, correctly pass props through to gui container
-
- Sep 05, 2018
-
-
Ray Schamp authored
/ht @chrisgarrity
-
Ray Schamp authored
Removing this was the point of moving the test up one level. Thanks @chrisgarrity, good catch!
-
Ray Schamp authored
If the VM is ever instantiated, which happens whenever GUI is instantiated due to default props, then IE11 will crash
-
- Aug 31, 2018
-
-
DD Liu authored
-
- Aug 30, 2018
-
-
Ray Schamp authored
Just use ProjectLoaderHOC to translate props to redux. Trying to be clever about using both props and redux state together was... not clever. Resolves #3040
-
Ray Schamp authored
Fastly is not configured yet
-
- Aug 28, 2018
-
-
Ray Schamp authored
-
Ray Schamp authored
Unfortunately I couldn't do the same with loading projects, since the presence of the component (necessitating the menu to be open) allows the actual upload from file to work, since it needs the FileInput component to be present, so it can emit a change event. We should revisit
-
Ray Schamp authored
-
chrisgarrity authored
fixes #2983
-
- Aug 27, 2018
-
-
chrisgarrity authored
-
- Aug 25, 2018
-
-
Warao Gil authored
-
- Aug 23, 2018
-
-
chrisgarrity authored
* Fix all the little RTL layout bugs - [ ] borders on toolbox and workspace mirror correctly - [ ] spacing on stage selector is correct - [ ] stage size icons are mirrored - [ ] extension library coming soon text is positioned correctly - [ ] only mirror blocks icon on the tab (others stay right-handed) - [ ] drop down icon in create variable modal has correct spacing * FIx RTL backpack header border-radius * round the bottom corner of paint/sound editors This makes the editor’s asset panels match the blocks.
-
chrisgarrity authored
-
DD Liu authored
-
chrisgarrity authored
- empty MapDispatchToProps (dispatch) - remove `on…` VM listeners from props passed to wrapped component.
-
Karishma Chadha authored
-
Karishma Chadha authored
-
- Aug 21, 2018
-
-
Karishma Chadha authored
-
Karishma Chadha authored
-
apple502j authored
-
- Aug 20, 2018
-
-
Eric Rosenbaum authored
-
chrisgarrity authored
-
chrisgarrity authored
-
chrisgarrity authored
-
chrisgarrity authored
Overlay a transparent `select` over the language icon. When a user clicks there the options pops up. There’s no styling of the options, other than font and font size.
-
- Aug 17, 2018
-
-
chrisgarrity authored
For some reason the travis eslint did not catch these missing prop validations.
-
Karishma Chadha authored
-
- Aug 16, 2018
-
-
Karishma Chadha authored
This reverts commit 1c20d6db, reversing changes made to 2f1cce93.
-
chrisgarrity authored
-
Ray Schamp authored
We don't have revisions
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
*Kind of*. This isn't a good way to do it because we use the storage singleton before GUI is mounted. This needs to happen differently, like configuring storage in the project loader hoc and passing it down, so it could be attached to the VM once it has a VM? Fixup 723d975d062ce3b585715b5cbabfcdae218d901a This reverts commit 723d975d062ce3b585715b5cbabfcdae218d901a.
-
Ray Schamp authored
-
chrisgarrity authored
Also just cleaner formatting of the connect in the `errorBoundary` container
-