feature: messages in circles

This commit is contained in:
gaelle morin 2021-01-12 18:23:39 +01:00
parent d597bd6d4a
commit e957b76f46
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 13 additions and 2 deletions

View File

@ -1,8 +1,19 @@
.chat-view
div.segment.lg-full.padding-large.border-bottom.border-color-grey
solid-display.text-xxlarge.text-letter-spacing-large(
bind-resources
fields='name, dash, description'
value-dash=' - '
class-name='text-color-heading text-bold'
class-dash='text-color-heading text-bold'
)
.chat-view.segment.lg-full.whitespace-normal
solid-xmpp-chat(
data-authentication='login',
data-auto-login='true',
data-websocket-url=`${xmppWebsocket || 'wss://jabber.happy-dev.fr/xmpp-websocket'}`,
data-i18n='en',
bind-resources
)
)