Hook up group creation flow UI
Checkboxes add and remove members as well as exposing the group update ui. The conversation window is opened after saving the group.
This commit is contained in:
parent
b3e32a2642
commit
a00632c728
5 changed files with 60 additions and 9 deletions
|
@ -52,6 +52,7 @@
|
|||
'click .fab': 'showCompose',
|
||||
'open #contacts': 'openConversation',
|
||||
'open .contacts': 'openConversation',
|
||||
'open .new-conversation': 'openConversation',
|
||||
'open .new-contact': 'createConversation',
|
||||
},
|
||||
openConversation: function(e, data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue