Handle See inside button (#1890)
* Handle See inside button Import GUI reducers, initial state and middleware (throttle). Update render to handle state and middleware. Remove preview mode state and use scratchGui.mode from redux instead. URL is getting updated, and mode will be updated based on URL. However, the history needs work - it doesn’t work with the modal back. * Update to latest GUI This is the minimum version of GUI that is needed for see-inside * Really remove cruft.
Showing
... | @@ -95,7 +95,7 @@ | ... | @@ -95,7 +95,7 @@ |
"redux-thunk": "2.0.1", | "redux-thunk": "2.0.1", | ||
"sass-lint": "1.5.1", | "sass-lint": "1.5.1", | ||
"sass-loader": "6.0.6", | "sass-loader": "6.0.6", | ||
"scratch-gui": "0.1.0-prerelease.20180427201459", | "scratch-gui": "0.1.0-prerelease.20180522203439", | ||
"scratchr2_translations": "git://github.com/LLK/scratchr2_translations.git#master", | "scratchr2_translations": "git://github.com/LLK/scratchr2_translations.git#master", | ||
"slick-carousel": "1.6.0", | "slick-carousel": "1.6.0", | ||
"source-map-support": "0.3.2", | "source-map-support": "0.3.2", | ||
... | ... |
Please register or sign in to comment