1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/clientapp/templates/pages/chat.jade

21 lines
542 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
h1.name
2013-12-20 02:04:14 -05:00
.status
.idleTime
2013-09-16 05:19:07 -04:00
.tzo
2013-10-24 17:32:20 -04:00
button.primary.small.call call
2013-10-15 23:06:18 -04:00
.activeCall
video.remote(autoplay)
video.local(autoplay, muted)
2013-10-24 17:32:20 -04:00
aside.button-wrap
button.end.primary End
.button-group.outlined
button.mute Mute
button.unmute Unmute
ul.messages.scroll-container
2013-09-16 05:19:07 -04:00
.chatBox
form
textarea(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')