hubl/src/views/page-messages.pug

26 lines
689 B
Plaintext
Raw Normal View History

.content-box.flex.full-width
2020-05-08 13:27:44 +00:00
2020-06-05 13:44:15 +00:00
div.content-box__header
2020-06-18 18:02:54 +00:00
solid-display(
2020-06-05 13:44:15 +00:00
bind-resources
2020-11-19 15:53:48 +00:00
fields='avatar-container(account.picture), text(name, hyphen, at, username)'
value-hyphen=" - "
value-at="@"
2020-11-19 15:53:48 +00:00
widget-account.picture='hubl-user-avatar'
class-text="avatar-text"
class-avatar-container="avatar-container"
class-account.picture='avatar'
2020-06-05 13:44:15 +00:00
class-name='h1-like'
2020-11-19 15:53:48 +00:00
class-hypen='h1-like'
2020-06-05 13:44:15 +00:00
)
2020-05-08 13:27:44 +00:00
.chat-view
2020-06-18 18:02:54 +00:00
solid-xmpp-chat(
data-authentication='login',
data-auto-login='true',
2020-09-24 14:35:25 +00:00
data-websocket-url=`${xmppWebsocket || 'wss://jabber.happy-dev.fr/xmpp-websocket'}`,
2020-05-08 13:27:44 +00:00
data-i18n='en',
bind-resources
)