Add icons for keychange and expiration timer in-conversation items

The shield matches the Android app's key change notification, and the
clock icon was easy to do and makes it easier to visually distinguish
those items in the conversation history.

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-06-16 14:56:38 -07:00
parent c714fb6dbf
commit 11372b4e00
6 changed files with 55 additions and 35 deletions

View file

@ -76,7 +76,7 @@
Whisper.KeyChangeView = Whisper.View.extend({
tagName: 'li',
className: 'keychange',
className: 'keychange advisory',
templateName: 'keychange',
id: function() {
return this.model.id;