feature: messages in projects
This commit is contained in:
parent
e957b76f46
commit
8908cc7b93
@ -1,4 +1,19 @@
|
|||||||
.content-box.flex.full-width.chat-view
|
div.segment.lg-full.padding-large.border-bottom.border-color-grey
|
||||||
|
solid-display.text-xxlarge.text-letter-spacing-large(
|
||||||
|
bind-resources
|
||||||
|
fields='const-title1, number, customer.name, dash, name'
|
||||||
|
|
||||||
|
class-const-title1='text-color-heading text-bold text-uppercase'
|
||||||
|
class-number='text-color-heading text-bold text-uppercase word-spacing-right'
|
||||||
|
class-customer.name='text-color-heading text-bold text-uppercase'
|
||||||
|
class-dash='text-color-heading text-bold text-xlarge'
|
||||||
|
class-name=''
|
||||||
|
|
||||||
|
value-const-title1='N°'
|
||||||
|
value-dash=' - '
|
||||||
|
)
|
||||||
|
|
||||||
|
.chat-view.segment.lg-full.whitespace-normal
|
||||||
solid-xmpp-chat(
|
solid-xmpp-chat(
|
||||||
data-authentication='login',
|
data-authentication='login',
|
||||||
data-auto-login='true',
|
data-auto-login='true',
|
||||||
|
Loading…
Reference in New Issue
Block a user