From b39e343286b7dbc8aadf242737836df907467a32 Mon Sep 17 00:00:00 2001 From: Muhammad Al Juburi Date: Fri, 8 Jul 2022 09:12:35 -0700 Subject: [PATCH] feat(friends): can click on a friend and open direct message (#3893) * feat(friends): friends WIP * feat(friends): friends WIP, cleanups * feat(friends): chat WIP, progress * feat(friends): chat WIP, ChatManager * feat(chat): friends and chat progress * feat(chat): friends refactor wip * feat(chat): user B gets notified for messages * feat(chat): ui messages progress * feat(chat): resolved conflicts Co-authored-by: Drew Ewing --- components/views/chat/chatbar/Chatbar.vue | 14 ++- .../views/chat/conversation/Conversation.html | 94 ++++++------------- .../views/chat/conversation/Conversation.vue | 4 + components/views/friends/add/Add.vue | 14 ++- layouts/chat.vue | 2 +- libraries/Iridium/chat/ChatManager.ts | 34 +++++-- pages/chat/direct/Direct.html | 4 +- pages/chat/direct/_address.vue | 9 +- 8 files changed, 92 insertions(+), 83 deletions(-) diff --git a/components/views/chat/chatbar/Chatbar.vue b/components/views/chat/chatbar/Chatbar.vue index 237742b40e..34259f1309 100644 --- a/components/views/chat/chatbar/Chatbar.vue +++ b/components/views/chat/chatbar/Chatbar.vue @@ -1,6 +1,6 @@