Skip to content
Snippets Groups Projects
  1. Dec 04, 2018
  2. Nov 27, 2018
  3. Nov 17, 2018
  4. Nov 14, 2018
    • chrisgarrity's avatar
      Handle ?tutorial= query in gui · a99ee8db
      chrisgarrity authored
      Moved the tutorial id handling into gui so it works when gui is embedded in www as well as standalone.
      
      This seemed better than adding the same query handling to www, in order to pass an id to gui.
      
      Note, the `?tutorial=all` handling remains in app-state-hoc. Currently it’s only needed in standalone mode for Hour of Code. It’s easy to move into the gui container if we do want it in gui by default.
      a99ee8db
  5. Nov 09, 2018
  6. Sep 20, 2018
  7. Jun 20, 2018
    • chrisgarrity's avatar
      Locales cleanup · 60a3dc3a
      chrisgarrity authored
      * updated locales reducer to include current messages and messagesByLocale (the previous all messages)
      * moved locales out of gui
      * include locales in the things exported by gui (index.js)
      60a3dc3a
  8. 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
  9. May 21, 2018
  10. Oct 22, 2016
  11. Oct 17, 2016
  12. Oct 13, 2016
    • Ray Schamp's avatar
      Update project on hash change · 54548b5c
      Ray Schamp authored
      While doing so:
      - Use ProjectLoader for loading projects
      - Stop using loadEmptyProject and supply empty project data
      - Move project loading to App, GUI now receives data (as a string - the vm should receive an object eventually)
      - Add logging
      54548b5c
  13. Sep 28, 2016
  14. Sep 15, 2016
Loading