- Sep 13, 2018
-
-
chrisgarrity authored
-
- Sep 12, 2018
-
-
Andrew Sliwinski authored
-
Linda authored
-
Linda authored
-
- Sep 11, 2018
- Sep 07, 2018
-
-
Ben Wheeler authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond 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
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 30, 2018
- Aug 28, 2018
-
-
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.
-
- Aug 21, 2018
-
-
Karishma Chadha authored
-
apple502j authored
-
- Aug 20, 2018
-
-
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
Also just cleaner formatting of the connect in the `errorBoundary` container
-
- Aug 15, 2018
-
-
Ray Schamp authored
-
chrisgarrity authored
-
chrisgarrity authored
Don’t intialize cards position in reducer - position needs to be set based on isRtl. Rename prev/next icons to right/left arrows Make `NextPrevButtons` function RTL aware so that it puts the prev/next on the left or right based on the direction of the language.
-
chrisgarrity authored
Note: the coming soon tooltip positions are calculated by react-tooltip, and they do not handle RTL.
-
- Aug 12, 2018
-
-
Ben Wheeler authored
padding and margin changes to make www project page layout work without hacks; hack to position monitors correctly
-