- 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
-
- Nov 09, 2018
-
-
Ben Wheeler authored
-
- Nov 08, 2018
-
-
Ben Wheeler authored
-
Ben Wheeler authored
-
Ben Wheeler authored
-
Ben Wheeler authored
-
Ben Wheeler authored
made alert messages translation-ready updated project saver hoc default alerts to COLOR_ORANGE got tests working made neutral button color
-
- Oct 28, 2018
-
-
Ben Wheeler authored
-
Ben Wheeler authored
-
Ben Wheeler authored
-
- Oct 24, 2018
-
-
Ben Wheeler authored
made remixing, saving as copy states; made project state naming more consistent changed meaning of canCreateNew to true creation fixed project-saver-hoc test removed Remix option from standalone player menu; renamed canSaveAsCopy to canCreateCopy added parenthesis missing from rebase fixed create new test
-