Skip to content
Snippets Groups Projects
  1. Jul 25, 2018
  2. Jun 24, 2018
  3. Jun 19, 2018
    • chrisgarrity's avatar
      Initial version of loading or switching language. · a0455422
      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)
      a0455422
  4. Jun 13, 2018
  5. May 23, 2018
  6. May 21, 2018
    • 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
  7. May 14, 2018
  8. May 10, 2018
    • chrisgarrity's avatar
      Split project-loader-hoc · 0fa62fc0
      chrisgarrity authored
      The project loader that is exported with GUI just expects to be passed projectId as a prop, and it manages loading project data.
      
      The part of the project loader that watches for URL hash changes for the playground is a new HOC that is only used in the various playground examples.
      0fa62fc0
  9. Apr 30, 2018
  10. Apr 19, 2018
  11. Apr 10, 2018
  12. Apr 02, 2018
  13. Mar 28, 2018
  14. Feb 26, 2018
  15. Feb 23, 2018
  16. Feb 20, 2018
  17. Feb 09, 2018
  18. Jan 12, 2018
  19. Jan 11, 2018
  20. Dec 20, 2017
  21. Dec 07, 2017
  22. Dec 01, 2017
  23. Nov 21, 2017
  24. Nov 19, 2017
  25. Nov 14, 2017
  26. Nov 03, 2017
    • Ray Schamp's avatar
      Mock responsibly · c3ebfa5c
      Ray Schamp authored
      /ht @paulkaplan
      c3ebfa5c
    • Ray Schamp's avatar
      Fix tests · 0e0c689e
      Ray Schamp authored
      Previously we tested the ProjectLoader helper object, but now all loading is confined to storage. Unfortunately I wasn't able to get enzyme to wait for the storage promise to resolve within componentDidUpdate, so I can't test the actual results of storage.load, just what it was called with.
      0e0c689e
  27. Oct 13, 2017
  28. Aug 18, 2017
  29. Aug 17, 2017
  30. Aug 15, 2017
  31. Aug 14, 2017
  32. Aug 13, 2017
  33. Aug 10, 2017
Loading