Skip to content

Commit

Permalink
Merge pull request #425 from vector-im/kegan/controller-merging3
Browse files Browse the repository at this point in the history
Phase 3 controller merging
  • Loading branch information
kegsay committed Nov 27, 2015
2 parents 054836c + 07001ae commit 8a58286
Show file tree
Hide file tree
Showing 38 changed files with 52 additions and 2,442 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"filesize": "^3.1.2",
"flux": "~2.0.3",
"gfm.css": "^1.1.1",
"highlight.js": "^8.9.1",
"linkifyjs": "^2.0.0-beta.4",
"matrix-js-sdk": "https://github.com/matrix-org/matrix-js-sdk.git#develop",
"matrix-react-sdk": "https://github.com/matrix-org/matrix-react-sdk.git#develop",
Expand All @@ -38,9 +37,7 @@
"react-dnd": "^2.0.2",
"react-dnd-html5-backend": "^2.0.0",
"react-dom": "^0.14.2",
"react-gemini-scrollbar": "^2.0.1",
"sanitize-html": "^1.0.0",
"velocity-animate": "^1.2.3"
"react-gemini-scrollbar": "^2.0.1"
},
"devDependencies": {
"babel": "^5.8.23",
Expand Down
82 changes: 0 additions & 82 deletions src/ContextualMenu.js

This file was deleted.

108 changes: 0 additions & 108 deletions src/HtmlUtils.js

This file was deleted.

113 changes: 0 additions & 113 deletions src/Velociraptor.js

This file was deleted.

15 changes: 0 additions & 15 deletions src/VelocityBounce.js

This file was deleted.

4 changes: 2 additions & 2 deletions src/components/structures/login/PostRegistration.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ module.exports = React.createClass({
},

render: function() {
var ChangeDisplayName = sdk.getComponent('molecules.ChangeDisplayName');
var ChangeAvatar = sdk.getComponent('molecules.ChangeAvatar');
var ChangeDisplayName = sdk.getComponent('settings.ChangeDisplayName');
var ChangeAvatar = sdk.getComponent('settings.ChangeAvatar');
return (
<div className="mx_Login">
<div className="mx_Login_box">
Expand Down
Loading

0 comments on commit 8a58286

Please sign in to comment.