- Oct 27, 2018
-
-
chrisgarrity authored
GUI includes its own Intl provider (react-intl supports nested intl providers) that works within the www intl provider. Restore the app-state provider intl provider and app-stat-hoc for the stand-alone gui so that IE can function enough to put up the unsupported browser.
-
- Oct 25, 2018
-
-
Ray Schamp authored
Good catch @kchadha!
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
And start just creating assets to hand to the VM. Towards https://github.com/LLK/scratch-vm/issues/1577
-
- Oct 24, 2018
-
-
Ben Wheeler authored
-
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
-
Eric Rosenbaum authored
-
- Oct 23, 2018
-
-
kosiecki17 authored
* Adding 2 HoC Tutorials * HoC Tutorials * HoC Tutorials
-
Paul Kaplan authored
-
Ben Wheeler authored
-
Eric Rosenbaum authored
* Add a space after ‘apple’ in the join block * Fix integration test
-
Ben Wheeler authored
-
- Oct 22, 2018
-
-
Ben Wheeler authored
-
Ben Wheeler authored
-
Ben Wheeler authored
-
chrisgarrity authored
-
- Oct 19, 2018
-
-
chrisgarrity authored
-
chrisgarrity authored
-
chrisgarrity authored
This is taking advantage of the fact that react-intl can support nested IntlProviders. GUI will use it’s own ConnectedIntlProvider, that maintains the translations in redux, while www will continue to have it’s own IntlProvider that is initialized when the page loads. Moving the IntlProvider into GUI meant that nothing in the playground can use injectIntl, so the default project name needed to move into the component instead of being in the reducer. The Localization HOC is added, it takes an optional onSetLanguage handler, so www can pass a function that will set the cookie that www needs.
-
Evelyn Eastmond authored
-
- Oct 18, 2018
-
-
Ben Wheeler authored
responding to canSave without needing canSaveNew prop removed canSaveNew added default for onUpdateProjectId removed conflict files erroneously added don't pass down onError got tests passing better creating and saving logic and names
-
Eric Rosenbaum authored
-
- Oct 17, 2018
-
-
Karishma Chadha authored
-
Evelyn Eastmond authored
-
- Oct 16, 2018
-
-
Eric Rosenbaum authored
* Add 14 music loops * Rename sounds Connect and Disconnect to Start and Finish * Fix name of Odesong * Update names
-
Ben Wheeler authored
-
Ben Wheeler authored
-
- Oct 15, 2018
-
-
Karishma Chadha authored
Cached url should be shared across watermark and sprite-selector-item for performance, address other review feedback.
-
Karishma Chadha authored
-
Karishma Chadha authored
-
chrisgarrity authored
* Look up video id based on locale. * add japanese video ids * add test
-
Ben Wheeler authored
-
Ray Schamp authored
-
- Oct 11, 2018
-
-
chrisgarrity authored
Also added jsdoc to locale-utils
-
Ray Schamp authored
-
Eric Rosenbaum authored
* Handle recordSoundCallback from blocks * Set custom field type for sounds menu * Add record… item to sounds menu * Use localized string and ID for ‘record…’ option * Add integration test * Don’t use custom field for sounds menu * Use callback as the value of the ‘record…’ menu item
-
Ray Schamp authored
-
chrisgarrity authored
A complete rewrite of OpcodeLabels. Instead of function, it’s a class that maintains a current translator function, and updates the opcode labelFn for each opcode when a new translator function is set. Add function `getLabel` to return the object with `category` and `labelFn` based on the opcode. Set intl.formatMessage as the translator function in MonitorList. It has access to the intl object, and wraps all monitors.
-