diff --git a/public/index.html b/public/index.html
index cdb01ac..7d44566 100644
--- a/public/index.html
+++ b/public/index.html
@@ -200,8 +200,9 @@
{{ selectedPeer.app_data || "Unknown" }}
-
-
+
+
+
{{ chatItem.lxmf_message.content }}
@@ -229,6 +230,17 @@
+
+
+
+
+
+
+
+
+
@@ -1005,6 +1017,13 @@
await this.loadLxmfMessages(this.selectedPeer.destination_hash);
},
+ onChatItemClick: function(chatItem) {
+ if(!chatItem.is_actions_expanded){
+ chatItem.is_actions_expanded = true;
+ } else {
+ chatItem.is_actions_expanded = false;
+ }
+ },
},
computed: {
isMobile() {