Skip to content
Snippets Groups Projects
  1. May 24, 2018
  2. May 23, 2018
  3. May 22, 2018
  4. May 21, 2018
    • chrisgarrity's avatar
      Address review comments · a6d9dbb4
      chrisgarrity authored
      Move guiMiddleware to `reducers/gui.js`, and use it in `app-state-hoc`
      a6d9dbb4
    • chrisgarrity's avatar
      enable See Community button · 2e0cc187
      chrisgarrity authored
      2e0cc187
    • chrisgarrity's avatar
      Export new GUI · a3392bcb
      chrisgarrity authored
      scratch-gui exports `index.js` instead of just GUI container.
      a3392bcb
    • chrisgarrity's avatar
      Remove unneeded code · 5e51235f
      chrisgarrity authored
      Since compatibility-testing got switched to use the player mode, it doesn’t need any of the stage/controls components.
      5e51235f
    • 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
Loading