- Dec 17, 2019
-
-
Ben Taylor authored
ProjectSaverHOC has been using the wrong call signature for `doneUpdatingProject` and `onUpdatedProject`.
-
- Jul 02, 2019
-
-
Paul Kaplan authored
-
- May 01, 2019
-
-
Paul Kaplan authored
This includes a small bug where the target pane wouldn't automatically update if changes to the sprite occured while in fullscreen/player mode. Closes #4221
-
- Apr 19, 2019
-
-
Paul Kaplan authored
Use the same implementation as onSetProjectThumbnailer which does the same thing for getting a thumbnail externally.
-
- Mar 18, 2019
-
-
Paul Kaplan authored
Since this is in a promise chain, it doesn't matter if onUpdateProjectData returns a promise or a primitive, it'll work either way
-
Paul Kaplan authored
-
- Mar 12, 2019
-
-
Christopher Willis-Ford authored
-
Christopher Willis-Ford authored
-
Christopher Willis-Ford authored
-
- Feb 15, 2019
-
-
Paul Kaplan authored
-
- Jan 07, 2019
-
-
Karishma Chadha 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.
-
- Dec 17, 2018
-
-
Ben Wheeler authored
-
- Dec 10, 2018
-
-
Ray Schamp authored
Resolves #3950. Unfortunately the design of scratch-storage doesn't make having multiple distinct POST urls easy at the moment. So for the time being, just make this request ourselves.
-
Ben Wheeler authored
-
- Dec 07, 2018
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Dec 06, 2018
-
-
Ben Wheeler authored
-
Ben Wheeler authored
-
- Dec 04, 2018
-
-
Paul Kaplan authored
-
Ben Wheeler authored
use blue creating screen for new projects; revised alert text for copy, remix; saving messages don't dismiss alerts
-
- Dec 03, 2018
-
-
Ben Wheeler authored
-
- Nov 30, 2018
-
-
Ben Wheeler authored
-
- Nov 29, 2018
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Ben Wheeler authored
-
Ben Wheeler authored
-
- Nov 28, 2018
-
-
Ben Wheeler authored
-
Ben Wheeler authored
simplified autosave code per rschamp's comments; made isShowingSaveable and autosaveIntervalSecs props
-
Ben Wheeler authored
-
Ben Wheeler authored
-
Paul Kaplan authored
I do not like how the alert component is hyper specialized for two distinct use cases. It would be much better to refactor the alerts so that the alerter can just fill the alert with whatever they want. But I do not feel comfortable making that refactor because I know ben and evelyn have gone back and forth about these alerts.
-
Ray Schamp authored
Listen to the new project changed event from the VM and keep track of the state in Redux. Update it as appropriate. Known issue is that the project is marked as "changed" immediately after it's loaded. This is due to asynchronous event emitting while the project data is loaded, and needs an update to the VM to fix.
-
- Nov 26, 2018
-
-
Ben Wheeler authored
-
- Nov 19, 2018
-
-
Ben Wheeler authored
-
Ben Wheeler authored
-
- Nov 15, 2018
-
-
Ben Wheeler authored
-
Ben Wheeler authored
-
Ray Schamp authored
Instead of saving .sb3 files to the projects server, save just the project JSON. Save assets to the assets server. This happens via the asset types being routed to different web sources by storage.
-
Ben Wheeler authored
-