1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/clientapp/templates/pages/chat.jade
2015-02-09 16:30:06 +01:00

25 lines
669 B
Plaintext

section.page.chat
section.conversation
header
h1
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