Merge branch 'develop' of https://github.com/LLK/scratch-www into bugfix/GH-148
# By Ray Schamp # Via Andrew Sliwinski (2) and Ray Schamp (2) * 'develop' of https://github.com/LLK/scratch-www: Fix GH-168: Rehabilitate the `Modal` props.style Fix GH-162: Show "user deletion canceled" modal Clean up activity item rendering logic Add some padding to the empty message Make sure boxes aren't transparent Add empty state for What's Happening box # Conflicts: # src/components/registration/registration.jsx
Showing
... | @@ -44,6 +44,8 @@ | ... | @@ -44,6 +44,8 @@ |
"json-loader": "0.5.2", | "json-loader": "0.5.2", | ||
"json2po-stream": "1.0.3", | "json2po-stream": "1.0.3", | ||
"jsx-loader": "0.13.2", | "jsx-loader": "0.13.2", | ||
"lodash.clone": "3.0.3", | |||
"lodash.defaultsdeep": "3.10.0", | |||
"lodash.omit": "3.1.0", | "lodash.omit": "3.1.0", | ||
"minilog": "2.0.8", | "minilog": "2.0.8", | ||
"node-sass": "3.3.3", | "node-sass": "3.3.3", | ||
... | ... |
Please register or sign in to comment