-
- Downloads
Revert "Changes to hash should happen through project loader hoc. Changes to...
Revert "Changes to hash should happen through project loader hoc. Changes to the current project id and current project data should happen in a reducer since they are part of global state. That way, the load button can affect the global project data as well." This reverts commit e4fe143b.
Showing
- src/containers/gui.jsx 9 additions, 9 deletionssrc/containers/gui.jsx
- src/containers/import-modal.jsx 6 additions, 7 deletionssrc/containers/import-modal.jsx
- src/containers/load-button.jsx 28 additions, 6 deletionssrc/containers/load-button.jsx
- src/containers/paint-editor-wrapper.jsx 1 addition, 1 deletionsrc/containers/paint-editor-wrapper.jsx
- src/containers/record-modal.jsx 1 addition, 1 deletionsrc/containers/record-modal.jsx
- src/containers/save-button.jsx 1 addition, 1 deletionsrc/containers/save-button.jsx
- src/containers/sound-editor.jsx 4 additions, 4 deletionssrc/containers/sound-editor.jsx
- src/containers/sprite-selector-item.jsx 1 addition, 1 deletionsrc/containers/sprite-selector-item.jsx
- src/containers/stage-selector.jsx 2 additions, 2 deletionssrc/containers/stage-selector.jsx
- src/examples/blocks-only.jsx 1 addition, 1 deletionsrc/examples/blocks-only.jsx
- src/examples/compatibility-testing.jsx 1 addition, 1 deletionsrc/examples/compatibility-testing.jsx
- src/examples/player.jsx 1 addition, 1 deletionsrc/examples/player.jsx
- src/lib/project-loader-hoc.jsx 16 additions, 49 deletionssrc/lib/project-loader-hoc.jsx
- src/lib/vm-listener-hoc.jsx 1 addition, 1 deletionsrc/lib/vm-listener-hoc.jsx
- src/reducers/modals.js 11 additions, 0 deletionssrc/reducers/modals.js
- src/reducers/vm.js 3 additions, 32 deletionssrc/reducers/vm.js
Loading
Please register or sign in to comment