kaiwa/clientapp/templates/pages/chat.jade

25 lines
671 B
Plaintext
Raw Normal View History

2013-08-23 19:07:37 -04:00
section.page.chat
2013-09-16 05:19:07 -04:00
section.conversation
header
2015-02-22 17:43:49 -05:00
.title
span.name
2015-02-09 10:20:28 -05:00
i.user_presence.fa.fa-circle
span.status
2013-12-20 17:15:29 -05:00
.tzo
2015-02-09 10:20:28 -05:00
ul.messages.scroll-container
.activeCall
.container
video.remote(autoplay)
video.local(autoplay, muted)
2013-10-24 17:32:20 -04:00
aside.button-wrap
button.accept.primary Accept
button.end.secondary End
2013-10-24 17:32:20 -04:00
.button-group.outlined
button.mute Mute
button.unmute Unmute
2013-09-16 05:19:07 -04:00
.chatBox
.contactState
2015-02-09 10:20:28 -05:00
form.formwrap
2013-09-16 05:19:07 -04:00
textarea(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')
2015-02-09 10:20:28 -05:00
button.primary.small.call Call