Add spinner while uploading state

This commit is contained in:
Erik Johnston 2015-07-21 11:02:36 +01:00
parent 0b1b6057d6
commit 2bec7ec981
2 changed files with 52 additions and 13 deletions

View file

@ -46,6 +46,7 @@ module.exports = {
room: this.props.roomId ? MatrixClientPeg.get().getRoom(this.props.roomId) : null,
messageCap: INITIAL_SIZE,
editingRoomSettings: false,
uploadingRoomSettings: false,
}
},