mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-22 09:12:19 -05:00
Display paused chat states
This commit is contained in:
parent
69c4c33b8e
commit
eac51df914
@ -136,6 +136,7 @@ module.exports = HumanModel.define({
|
||||
} else {
|
||||
this.topResourceStatus = '';
|
||||
this.show = 'offline';
|
||||
this.chatState = 'gone';
|
||||
}
|
||||
},
|
||||
fetchTimezone: function () {
|
||||
|
@ -114,6 +114,10 @@ html, body {
|
||||
border-right: 4px solid orange;
|
||||
}
|
||||
|
||||
.contact.paused {
|
||||
border-right: 4px solid #666;
|
||||
}
|
||||
|
||||
.contact.offline .status {
|
||||
color: #777;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user