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:
parent
2243c09fea
commit
960754ef04
5 changed files with 28 additions and 35 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue