Restyle compose button

Move it to a tool bar at the top of the conversation list. This is also
where a search bar will live someday.

Fixes #357

// FREEBIE
This commit is contained in:
lilia 2015-09-18 13:07:19 -07:00
parent 2243c09fea
commit 960754ef04
5 changed files with 28 additions and 35 deletions

View file

@ -108,7 +108,7 @@
'click': 'closeMenu',
'click .hamburger': 'toggleMenu',
'click .show-debug-log': 'showDebugLog',
'click .fab': 'showCompose',
'click .show-new-conversation': 'showCompose',
'select .gutter .contact': 'openConversation'
},
openConversation: function(e, data) {