- Jan 29, 2018
-
-
Karishma Chadha authored
-
- Jan 26, 2018
-
-
Daniel Ball authored
-
- Jan 24, 2018
-
-
Andrew Sliwinski authored
-
- Jan 23, 2018
-
-
Paul Kaplan authored
-
- Jan 20, 2018
-
-
bwestover authored
-
- Jan 17, 2018
-
-
Daniel Ball authored
-
Ray Schamp authored
I created the project in the wrong place.
-
Ray Schamp authored
-
- Jan 16, 2018
-
-
Kerr Travers authored
-
- Jan 15, 2018
-
-
Eric Rosenbaum authored
-
- Jan 12, 2018
-
-
Andrew Sliwinski authored
-
Eric Rosenbaum authored
-
Andrew Sliwinski authored
-
Andrew Sliwinski authored
-
Paul Kaplan authored
-
Paul Kaplan authored
Remove the WebGL checks from the error boundary. Instead, just do not render the stage if it is not supported.
-
- Jan 11, 2018
-
-
Paul Kaplan authored
-
Paul Kaplan authored
Additionally render the canvas at a multiplier of the device pixel ratio, so we get hidpi images for supported screens. The fixed CSS sizing allows us to do that. The problem was that on Edge, flexbox apparently can grow canvas elements, whereas on Chrome/FF the canvas width/height is respected. No problem, we can set the width/height in CSS to fix it, which conveniently allows us to also fix the low-res-on-retina-screens problem at the same time.
-
Paul Kaplan authored
-
- Jan 10, 2018
-
-
DD authored
-
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 09, 2018
- 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.
-
Andrew Sliwinski authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Andrew Sliwinski authored
* Update libraries re: feedback. Resolves GH-1182 GH-1187 GH-1188 GH-1189 GH-1184 * Rename astronaut in space theme
-
- Jan 07, 2018
-
-
Josiah Neuberger authored
-
Josiah Neuberger authored
-
- Jan 05, 2018
-
-
Florrie authored
-
- Jan 04, 2018
-
-
chrisgarrity authored
- reduced the load time of the preview modal assets - changed cursor to ‘pointer’ for modal buttons
-
Andrew Sliwinski authored
* Change default variable name to 'my variable'. * Update integration test to look for 'my variable'. Re GH-1162 * Resolve issue with space in integration test
-
Florrie authored
-