feature: messages in circles
This commit is contained in:
parent
d597bd6d4a
commit
e957b76f46
@ -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
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user