Style quick reactions.

Issue #65. Move "edit" and "delete" to emoji picker dialog, accessible through the "..." button.
This commit is contained in:
N-Pex 2021-04-09 14:03:40 +02:00
parent 779e53c3b2
commit 61dbcad131
6 changed files with 193 additions and 71 deletions

View file

@ -62,6 +62,10 @@ export default {
}
},
computed: {
incoming() {
return this.event && this.event.getSender() != this.$matrix.currentUserId;
},
/**
* Don't show sender and time if the next event is within 2 minutes and also from us (= back to back messages)
*/