basic implementation of search

This commit is contained in:
Matthew Hodgson 2015-10-29 02:03:04 +00:00
parent 0ade5ff640
commit 2ee840922d
3 changed files with 46 additions and 6 deletions

View file

@ -63,6 +63,10 @@ module.exports = React.createClass({
this.setState(this.getInitialState());
},
onSearchClick: function() {
this.setState({ searching: true });
},
onConferenceNotificationClick: function() {
dis.dispatch({
action: 'place_call',