- Aug 28, 2018
-
-
chrisgarrity authored
fixes #2983
-
- Aug 23, 2018
-
-
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
-
- Aug 17, 2018
-
-
chrisgarrity authored
For some reason the travis eslint did not catch these missing prop validations.
-
Karishma Chadha authored
-
- Aug 16, 2018
-
-
chrisgarrity authored
-
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.
-
chrisgarrity authored
Also just cleaner formatting of the connect in the `errorBoundary` container
-
- Aug 15, 2018
-
-
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.
-
- Aug 14, 2018
-
-
apple502j authored
* Delete confirmation i18n * Update so that it works
-
- Aug 10, 2018
-
-
chrisgarrity authored
-
- Aug 09, 2018
-
-
Connor Hudson authored
* Don't show intro modal if hideIntro passed to PreviewModal * Add hideIntro prop to GUI * Move intro modal hiding logic into its own function
-
Karishma Chadha authored
-
Karishma Chadha authored
-
Karishma Chadha authored
-
Eric Rosenbaum authored
-
chrisgarrity authored
-
- Aug 06, 2018
-
-
chrisgarrity authored
* center the title on full screen modals. Adding the `[dir=“ltr”]` atttribute to the css rule for a child style didn’t work the way I expected. `[dir="ltr"] .full-screen .header-item-title` did not match the fullscreen title element, so the style wasn’t applied. `.full-screen [dir="ltr"] .header-item-title` did match. * fix the filter to reverse the icon and ‘x’ in the filter input * more space after the library back icon * reverse the arrow on camera -retake image and rerecord sound.
-
chrisgarrity authored
Fixes #2756 Libraries and many other modals share the Modal Component. Connected the Modal container to redux to make it aware of the RTL state, and then made sure that all places that use the modal component import the container, not the component directly.
-
- Aug 03, 2018
-
-
Paul Kaplan authored
Two reasons: 1. Avoid triggering "connected" event, because the device was already connected 2. It is not good to call `setState` in componentDidMount, which is effectively what it was doing.
-
Paul Kaplan authored
-
- Aug 02, 2018
-
-
Eric Rosenbaum authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
Move listeners up to vmListenerHOC, and add listeners for new turbo mode events from scratch-vm#1413
-
Paul Kaplan authored
-
- Aug 01, 2018
-
-
Paul Kaplan authored
-
chrisgarrity authored
-
Paul Kaplan authored
-
- Jul 31, 2018
-
-
Paul Kaplan authored
-
- Jul 25, 2018
-
-
Paul Kaplan authored
-
- Jul 24, 2018
-
-
Karishma Chadha authored
-