Skip to content
Snippets Groups Projects
  1. Sep 20, 2018
  2. 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
  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. May 21, 2018
  5. Oct 22, 2016
  6. Oct 17, 2016
  7. 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
  8. Sep 28, 2016
  9. Sep 15, 2016
Loading