mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-14 05:25:02 -05:00
21 lines
547 B
Plaintext
21 lines
547 B
Plaintext
section.page.chat
|
|
section.conversation
|
|
header
|
|
h1
|
|
button.primary.small.call call
|
|
span.name
|
|
span.status
|
|
.tzo
|
|
.activeCall
|
|
video.remote(autoplay)
|
|
video.local(autoplay, muted)
|
|
aside.button-wrap
|
|
button.end.primary End
|
|
.button-group.outlined
|
|
button.mute Mute
|
|
button.unmute Unmute
|
|
ul.messages.scroll-container
|
|
.chatBox
|
|
form
|
|
textarea(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')
|