Skip to content
Snippets Groups Projects
  1. Oct 22, 2018
  2. 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
  3. Oct 18, 2018
    • Ben Wheeler's avatar
      handle many modes of new project creation · b0c4bee8
      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
      b0c4bee8
  4. Oct 16, 2018
  5. Oct 15, 2018
  6. Oct 13, 2018
  7. Oct 11, 2018
  8. Oct 10, 2018
  9. Oct 08, 2018
  10. Sep 19, 2018
  11. Sep 07, 2018
  12. Sep 06, 2018
  13. Sep 05, 2018
  14. Aug 28, 2018
  15. Aug 17, 2018
  16. Aug 16, 2018
    • Ray Schamp's avatar
      Allow runtime configuration of storage hosts · 973d288e
      Ray Schamp authored
      973d288e
    • Ray Schamp's avatar
      Allow configuration of project and asset servers · 7e8177f2
      Ray Schamp authored
      *Kind of*. This isn't a good way to do it because we use the storage singleton before GUI is mounted. This needs to happen differently, like configuring storage in the project loader hoc and passing it down, so it could be attached to the VM once it has a VM?
      
      Fixup 723d975d062ce3b585715b5cbabfcdae218d901a
      
      This reverts commit 723d975d062ce3b585715b5cbabfcdae218d901a.
      7e8177f2
  17. Aug 01, 2018
  18. Jun 26, 2018
  19. Jun 08, 2018
  20. Jun 06, 2018
  21. May 24, 2018
  22. May 22, 2018
  23. May 21, 2018
    • chrisgarrity's avatar
      enable See Community button · 2e0cc187
      chrisgarrity authored
      2e0cc187
    • chrisgarrity's avatar
      Export new GUI · a3392bcb
      chrisgarrity authored
      scratch-gui exports `index.js` instead of just GUI container.
      a3392bcb
    • chrisgarrity's avatar
      Combine GUI reducers · 44c76e57
      chrisgarrity authored
      * Export initial states for each reducer
      * combine all gui reducers (excludes scratchPaint and intl)
      * combine all initial states to create default guiState for preloading in www
      * expect all of the gui state to be accessible at `state.scratchGui`
      44c76e57
    • chrisgarrity's avatar
      Move creating the store into playground examples · c182c75c
      chrisgarrity authored
      GUI will export a reducer to be included in the enclosing component’s redux when GUI is used as a library. The app-state-hoc is moved into the playground examples to provide a store when GUI is being used stand-alone.
      c182c75c
  24. May 09, 2018
  25. Apr 30, 2018
Loading