1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2025-02-17 23:50:16 -05:00
kaiwa/clientapp/templates/pages/chat.jade
2015-04-04 19:15:47 +02:00

26 lines
693 B
Plaintext

section.page.chat
section.conversation
header
.title
span.prefix @
span.name
i.user_presence.fa.fa-circle
span.status
.tzo
ul.messages.scroll-container
.activeCall
.container
video.remote(autoplay)
video.local(autoplay, muted)
aside.button-wrap
button.accept.primary Accept
button.end.secondary End
.button-group.outlined
button.mute Mute
button.unmute Unmute
.chatBox
form.formwrap
textarea(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')
button.primary.small.call Call
.contactState