- Aug 08, 2018
-
-
chrisgarrity authored
The ‘back/retry’ button in the connection modal should be reversed, but the others (bluetooth icon, question mark) probably shouldn’t.
-
- Aug 07, 2018
-
-
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
-
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
-
-
chrisgarrity authored
fixes #1579
-
chrisgarrity authored
[DEVELOP] Update dependencies for translations
-
Paul Kaplan authored
Instrument device connection events
-
chrisgarrity authored
-
chrisgarrity authored
* Update scratch-blocks * Update scratch-l10n
-
Paul Kaplan authored
Share costumes and sounds to stage
-
Paul Kaplan authored
Update scratch-blocks to the latest version
-
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
-
Paul Kaplan authored
Update scratch-paint to the latest version
-
- Aug 02, 2018
-
-
chrisgarrity authored
I think this switches all the icons we saw. I also switched the icons on the tabs (the blocks going the wrong way looked bad).
-
Paul Kaplan authored
Add direction popover with dial and rotation style changing
-
greenkeeper[bot] authored
-
Paul Kaplan authored
Turbo mode menu
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
Update scratch-vm to the latest version
-
greenkeeper[bot] authored
-
greenkeeper[bot] 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
-
Paul Kaplan authored
-
Paul Kaplan authored
Bring in hotfix to beta stuff to develop
-
Paul Kaplan authored
-
- Aug 01, 2018
-
-
Paul Kaplan authored
-
chrisgarrity authored
Expected change for a className that uses classNames function now, but didn’t before.
-
chrisgarrity authored
Changed left/right to first/last. Added direction aware styles.
-
chrisgarrity authored
Correct margins for tabs, tab icons.
-
chrisgarrity authored
Checked with Moran, and the sound waveform along with play button should stay LTR. So added a `row-reverse` that only applies when `dir=“rtl”`
-
chrisgarrity authored
Move the margin to the other side.
-
chrisgarrity authored
-
chrisgarrity authored
Rename buttons first and last instead of left/right. Add RTL styles.
-
chrisgarrity authored
This bled into normalizing z-indices for the action menus in the z-index.css. The tooltip id was not unique between action menus for ‘suprise’ and ‘paint’, so `mainTooltipId` was used as a prefix to make them unique.
-
chrisgarrity authored
-