Skip to content
Snippets Groups Projects
  1. Oct 29, 2018
  2. Oct 27, 2018
  3. Oct 26, 2018
  4. Oct 25, 2018
  5. Oct 24, 2018
  6. Oct 23, 2018
  7. Oct 22, 2018
  8. 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
  9. 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
  10. Oct 17, 2018
  11. Oct 16, 2018
  12. Oct 15, 2018
  13. Oct 13, 2018
  14. Oct 11, 2018
    • DD's avatar
      preload fonts · a7f85622
      DD authored
      a7f85622
    • Eric Rosenbaum's avatar
      Open sound recorder from sound block menu (#3309) · d5e024cc
      Eric Rosenbaum authored
      * Handle recordSoundCallback from blocks
      
      * Set custom field type for sounds menu
      
      * Add record… item to sounds menu
      
      * Use localized string and ID for ‘record…’ option
      
      * Add integration test
      
      * Don’t use custom field for sounds menu
      
      * Use callback as the value of the ‘record…’ menu item
      d5e024cc
    • chrisgarrity's avatar
      Update monitor labels on the stage when language changes · 68b3629f
      chrisgarrity authored
      A complete rewrite of OpcodeLabels. Instead of function, it’s a class that maintains a current translator function, and updates the opcode labelFn for each opcode when a new translator function is set. Add function `getLabel` to return the object with `category` and `labelFn` based on the opcode.
      
      Set intl.formatMessage as the translator function in MonitorList. It has access to the intl object, and wraps all monitors.
      68b3629f
    • Ben Wheeler's avatar
      wrapping up new project creation changes · 91028a0a
      Ben Wheeler authored
      stripped title handling from sb file uploader
      updated more projectState related names
      simplified hash-parser-hoc logic slightly
      91028a0a
  15. Oct 10, 2018
Loading