- Jan 12, 2018
-
-
Paul Kaplan authored
Remove the WebGL checks from the error boundary. Instead, just do not render the stage if it is not supported.
-
- Jan 10, 2018
-
-
Paul Kaplan authored
-
chrisgarrity authored
* Added object.assign polyfill * Fix IE load failure Don’t call `(window.AudioContext || window.webkitAudioContext)()` if platform is IE Catch any other errors, and display Browser unsupported in error-boundary. If for some reason there are no other errors (unlikely), preview-modal will still check for IE and show the unsupported modal. Polyfilling Object.assign is enough to get through load and show the modal for IE. We can always switch to `babel-polyfill` if there are others needed later, but for now this is smaller.
-
- Jan 08, 2018
-
-
Paul Kaplan authored
-
chrisgarrity authored
temporary patch for #1205.
-
chrisgarrity authored
Add Error Boundary (has componentDidCatch method) to handle WebGL errors and display an informative message.
-
Paul Kaplan authored
-
- Jan 07, 2018
-
-
Josiah Neuberger authored
-
- Jan 04, 2018
-
-
Florrie authored
-
- Jan 03, 2018
-
-
Matthew Taylor authored
* Implement paint-75: Add blank costume button * add backdrop icon, use default name thanks @fsih !
-
Matthew Taylor authored
* Add coming soon extensions to the library This implements #1074 * don’t call `onSelect` when disabled thanks @paulkaplan! * add speech image to coming soon extension
-
- Dec 28, 2017
- Dec 27, 2017
-
-
DD authored
-
Matthew Taylor authored
* add feedback form This implements #829 * small style updates to the stage buttons from @carljbowman * remove `stageSize` for now We eventually need this, but not yet, and it’s causing lint failure.
-
- Dec 23, 2017
-
-
sjhuang26 authored
-
- Dec 22, 2017
-
-
Karishma Chadha authored
-
Karishma Chadha authored
-
- Dec 21, 2017
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
chrisgarrity authored
- implements welcome to the preview modal, and unsupported browser modal. - will need assets updated in Jan.
-
Paul Kaplan authored
-
Paul Kaplan authored
Fixes #993
-
- Dec 20, 2017
-
-
Paul Kaplan authored
Fixes https://github.com/LLK/scratch-gui/issues/1064
-
Matthew Taylor authored
* Implement GH-830: Add coming soon tooltips This implements coming soon tooltips for: * the small stage size * save, load and language It also creates the component that can be copied over into the paint editor for use there as well. Lastly, this does a small refactor on the full screen implementation to include multiple small screen sizes too.
-
Andrew Sliwinski authored
-
- Dec 15, 2017
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Dec 14, 2017
-
-
chrisgarrity authored
Localizes the pen extension: - loads all pen locale information - may want to consider dynamically loading locales later.
-
Josiah Neuberger authored
1. Removed duplication of code in stage component to avoid future potential divergence. Now just selectively applying styling based on states of zoomed, colorPicking, and question. 2. Fixed bottom border getting chopped in zoomed mode by adding margin and adjusting height/width accordingly. 3. Removed shouldComponentUpdate from stageHeader as suggested from code review. Added ignore lint warning suggesting change to stateless function.
-
- Dec 11, 2017
-
-
Paul Kaplan authored
-
- Dec 07, 2017
-
-
DD authored
-
- Dec 05, 2017
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Dec 04, 2017
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-