- Oct 17, 2019
-
-
Ben Wheeler authored
-
Ben Wheeler authored
-
- Feb 06, 2019
-
-
Paul Kaplan authored
I needed to update the player css because the editor side wasn't large enough to be useable.
-
- Jan 29, 2019
-
-
Nikhil Jha authored
-
- Dec 20, 2018
-
-
Christopher Willis-Ford authored
-
Christopher Willis-Ford authored
The playground now displays this on startup when in Scratch Desktop simulation mode.
-
- Dec 19, 2018
-
-
Christopher Willis-Ford authored
-
- Dec 17, 2018
-
-
Christopher Willis-Ford authored
-
Christopher Willis-Ford authored
-
- Dec 12, 2018
-
-
Ray Schamp authored
Toward LLK/scratch-www#2296 This allows us to take you to any destination when clicking the logo, or to do something else, or nothing at all. If no handler is provided, the logo will not be clickable.
-
- Dec 10, 2018
-
-
Ben Wheeler authored
-
- Dec 03, 2018
-
-
Paul Kaplan authored
-
- Nov 19, 2018
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Nov 15, 2018
-
-
Paul Kaplan authored
The use of an "override" prop that allowed the preview modal to be hidden without actually changing the redux state was causing a problem where the block editors where not closing when modals were opening. That is because it relied on the modal reducer being accurate. I defaulted the preview state to false to make it simpler to consume the GUI, as www will not want the preview info to be true. I made it true in the playground instead. This fixes https://github.com/LLK/scratch-gui/issues/3710
-
- Nov 08, 2018
-
-
Paul Kaplan authored
-
- Oct 23, 2018
-
-
Ben Wheeler authored
-
- Oct 16, 2018
-
-
Ben Wheeler authored
-
- Oct 15, 2018
-
-
Ben Wheeler authored
-
- Oct 14, 2018
-
-
Ben Wheeler authored
-
- Oct 11, 2018
-
-
Ray Schamp authored
-
- Oct 10, 2018
-
-
Ben Wheeler authored
-
- Oct 08, 2018
-
-
Ben Wheeler authored
-
Ben Wheeler authored
-
Ben Wheeler authored
-
Ben Wheeler authored
load new project, both json and title; set title on file load; draft of code to fetch title from api
-
- Sep 07, 2018
-
-
Ben Wheeler authored
-
- Sep 06, 2018
-
-
Ben Wheeler authored
styling for title field; correct input target in tests; make download filename safer with default, max length; in playground index, correctly pass props through to gui container
-
- Sep 05, 2018
-
-
Ray Schamp authored
If the VM is ever instantiated, which happens whenever GUI is instantiated due to default props, then IE11 will crash
-
- Aug 03, 2018
-
-
Paul Kaplan authored
-
Ray Schamp authored
/ht @gnarf
-
Ray Schamp authored
-
- Jul 18, 2018
-
-
chrisgarrity authored
Add a meta tag to make sure google doesn’t try to autotranslate: https://support.google.com/webmasters/answer/79812?hl=en
-
- Jul 12, 2018
-
-
Paul Kaplan authored
-
- Jun 29, 2018
-
-
Paul Kaplan authored
-
- Jun 26, 2018
-
-
Ray Schamp authored
The initial commit for this was before we hooked up the community to redux.
-
Ray Schamp authored
And implement toggle on player playground
-
- Jun 19, 2018
-
-
chrisgarrity authored
Add `?locale=<localecode>` to load in a new langage. Add `?enable=language` to enable the language selector Or combine the two: `?enable=language&locale=<localecode>` Still accepts a hash, but requires that the hash be a sequence of digits. Added new locales reducer to gui: - initializes default react-intl/localeData - initializes default locale messages for all locales - default locale is ‘en’ (can be overridden by URL) Removed dependency on react-intl-redux, added ConnectedIntlProvider (uses correct locale messages from redux based on current locale)
-
Paul Kaplan authored
-
- Jun 04, 2018
-
-
chrisgarrity authored
-