- Jan 10, 2019
-
-
Karishma Chadha authored
-
- Jan 09, 2019
-
-
chrisgarrity authored
Browsers other than IE will be allowed to load the GUI. However, if there is an error, the error boundary will display an unsupported browser message recommending they update to the latest version of a supported browser. For the purposes of this PR, ‘supported’ means you can load the gui (anything other than IE), and recommended is just the browsers that meet our minimum requirements for Chrome, Firefox, Edge and Safari.
-
- Jan 08, 2019
-
-
Paul Kaplan authored
-
chrisgarrity authored
-
- Jan 07, 2019
-
-
Karishma Chadha authored
-
Paul Kaplan authored
Fixes useability issue where the drop area was too small, and you couldn't see it.
-
- Jan 03, 2019
-
-
picklesrus authored
-
adroitwhiz authored
-
adroitwhiz authored
-
adroitwhiz authored
-
adroitwhiz authored
-
- Dec 27, 2018
-
-
Paul Kaplan authored
-
apple502j authored
-
- Dec 26, 2018
-
-
picklesrus authored
-
Cqoicebordel authored
-
Cqoicebordel authored
-
Cqoicebordel authored
-
- Dec 25, 2018
-
-
Karishma Chadha authored
-
- Dec 21, 2018
-
-
Paul Kaplan authored
-
Christopher Willis-Ford authored
-
- Dec 20, 2018
-
-
Eric Rosenbaum authored
-
Christopher Willis-Ford authored
-
Christopher Willis-Ford authored
The playground now displays this on startup when in Scratch Desktop simulation mode.
-
Karishma Chadha authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Ben Wheeler authored
-
Ben Wheeler authored
-
- Dec 19, 2018
-
-
Paul Kaplan authored
This is because when switching from project to editor view, this component gets unmounted and then remounted, but the componentDidMount seems to happen before the componentWillUnmount. Because it is dealing with a global variable, it is unsafe to always unset the beforeunload when unmounting.
-
Paul Kaplan authored
This prevents unnecassary changes that do not matter to the player view because they were made by the project in progress (i.e. made by running the blocks, or by cloud var updates)
-
Paul Kaplan authored
They were not being marked as clean when loaded from the server, causing remixes that included only minimal (or no) changes to take a very long time as it waited for hundreds of network requests to resolve. Mark them as clean when loaded from the server so we know they do not need to be resaved
-
Eric Rosenbaum authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Eric Rosenbaum authored
-