classes for unread and highlight

This commit is contained in:
Anthony Atkinson 2021-05-05 21:51:35 -04:00
parent 26a38b12ab
commit a3229f1cdf

View file

@ -8,6 +8,8 @@
{active: active}, {active: active},
{'parted-channel': channel.type === 'channel' && channel.state === 0}, {'parted-channel': channel.type === 'channel' && channel.state === 0},
{'has-draft': channel.pendingMessage}, {'has-draft': channel.pendingMessage},
{'has-unread': channel.unread},
{'has-highlight': channel.highlight},
{ {
'not-secure': 'not-secure':
channel.type === 'lobby' && network.status.connected && !network.status.secure, channel.type === 'lobby' && network.status.connected && !network.status.secure,