Flesh out the user_settings page

This commit is contained in:
Erik Johnston 2015-07-16 09:37:58 +01:00
parent 1b4358624f
commit bc93aeb50e
8 changed files with 384 additions and 2 deletions

View file

@ -53,9 +53,13 @@ module.exports = {
this.setState({
value: val,
phase: this.Phases.Display,
});
}, this.onValueChanged);
},
this.onValueChanged();
edit: function() {
this.setState({
phase: this.Phases.Edit,
});
},
cancelEdit: function() {