classes for unread and highlight
This commit is contained in:
parent
26a38b12ab
commit
a3229f1cdf
@ -8,6 +8,8 @@
|
||||
{active: active},
|
||||
{'parted-channel': channel.type === 'channel' && channel.state === 0},
|
||||
{'has-draft': channel.pendingMessage},
|
||||
{'has-unread': channel.unread},
|
||||
{'has-highlight': channel.highlight},
|
||||
{
|
||||
'not-secure':
|
||||
channel.type === 'lobby' && network.status.connected && !network.status.secure,
|
||||
|
Loading…
Reference in New Issue
Block a user