Skip to content
Snippets Groups Projects
  1. Jan 22, 2019
  2. Jan 17, 2019
  3. Dec 19, 2018
  4. Dec 10, 2018
  5. Dec 07, 2018
  6. Dec 06, 2018
  7. Nov 28, 2018
    • Ray Schamp's avatar
      Track "project changed" state in Redux · 09592425
      Ray Schamp authored
      Listen to the new project changed event from the VM and keep track of the state in Redux.  Update it as appropriate.
      
      Known issue is that the project is marked as "changed" immediately after it's loaded. This is due to asynchronous event emitting while the project data is loaded, and needs an update to the VM to fix.
      09592425
  8. Nov 27, 2018
  9. Nov 08, 2018
  10. Oct 27, 2018
  11. Oct 26, 2018
    • Paul Kaplan's avatar
      Only dispatch targetsUpdate events if the full editor is visible · 98303e31
      Paul Kaplan authored
      We do not need these events when in fullscreen or player mode, and even if they do not change anything, the dispatch takes time.
      
      This also re-requests a vm.emitTargetsUpdate when transitioning from fullscreen/player back to editor mode to make sure the most recent data is shown.
      98303e31
  12. Oct 19, 2018
  13. Oct 17, 2018
  14. Oct 10, 2018
  15. Oct 08, 2018
  16. Sep 26, 2018
    • Eric Rosenbaum's avatar
      Add an indicator to show that the microphone is listening (#3205) · a9243400
      Eric Rosenbaum authored
      * Add mic indicator
      
      * Fix mic indicator position and margin
      
      * Don’t always show indicator, don’t sneaky-enable extension
      
      * Position mic indicator in RTL
      
      * Actually, don’t move indicator in RTL
      
      * Update event name for MIC_LISTENING
      
      * Move mic indicator state into redux
      
      * Move stageSizeToTransform into screen-utils
      
      * Position mic indicator and question at bottom of stage
      
      * Fix pointer events
      
      * JSDOC for stageSizeToTransform
      
      * Pass micIndicator into StageComponent via …props
      a9243400
  17. Sep 24, 2018
  18. Sep 19, 2018
  19. Aug 23, 2018
    • chrisgarrity's avatar
      Fix warnings · 2fb6a484
      chrisgarrity authored
      - empty MapDispatchToProps (dispatch)
      - remove `on…` VM listeners from props passed to wrapped component.
      2fb6a484
  20. Aug 02, 2018
  21. Jul 23, 2018
  22. 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
  23. Apr 30, 2018
  24. Apr 23, 2018
  25. Mar 23, 2018
  26. Mar 22, 2018
  27. Mar 19, 2018
  28. Mar 08, 2018
  29. Feb 27, 2018
Loading