Skip to content
Snippets Groups Projects
  1. Nov 05, 2018
  2. Nov 02, 2018
  3. Nov 01, 2018
  4. Oct 31, 2018
  5. Oct 30, 2018
  6. Oct 28, 2018
  7. Oct 27, 2018
  8. Oct 26, 2018
  9. Oct 25, 2018
  10. Oct 24, 2018
    • Ben Wheeler's avatar
      shared and remix buttons, first pass · 726eb401
      Ben Wheeler authored
      726eb401
    • Ben Wheeler's avatar
      remix and save as a copy functionality · 80f4e01d
      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
      80f4e01d
  11. Oct 23, 2018
  12. Oct 22, 2018
  13. Oct 19, 2018
    • chrisgarrity's avatar
      b8aa33ac
    • chrisgarrity's avatar
      Move IntlProvider into GUI to support integration with www · 8136ac4f
      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.
      8136ac4f
    • kyleplo's avatar
      Fix block direction in loading animation for RTL (#3316) · e810c5e6
      kyleplo authored
      * Make loader blocks mirrored on RTL
      
      * Whoops, forgot to change names
      
      * Fix problems with flipping back
      e810c5e6
Loading