Display relative timestamps in conversation list
This mimicks Signal-Android's relative timestamps. Previously, only the date was displayed. Fixes #284
This commit is contained in:
parent
05f4b559fd
commit
e876d8f6ed
6 changed files with 142 additions and 18 deletions
|
@ -19,7 +19,7 @@
|
|||
this.listenTo(this.model, 'destroy', this.remove);
|
||||
this.listenTo(this.model, 'pending', this.renderPending);
|
||||
this.listenTo(this.model, 'done', this.renderDone);
|
||||
this.timeStampView = new Whisper.MessageTimestampView();
|
||||
this.timeStampView = new Whisper.ExtendedTimestampView();
|
||||
},
|
||||
events: {
|
||||
'click .timestamp': 'select',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue