From a4090b659de54e8f2a71feed3b2aa63b5ab5d3e9 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 5 Nov 2019 14:37:07 +0100 Subject: [PATCH 1/9] Start with participants tab Signed-off-by: Joas Schilling --- .../ConversationsList/Conversation.vue | 3 +- .../ConversationsList/ConversationsList.vue | 10 + .../Sidebar/ParticipantsTab/Participant.vue | 183 ++++++++++++++++++ .../ParticipantsTab/ParticipantsTab.vue | 105 ++++++++++ src/components/Sidebar/Sidebar.vue | 6 +- src/services/participantsService.js | 24 ++- src/store/index.js | 2 + src/store/participantsStore.js | 140 ++++++++++++++ 8 files changed, 466 insertions(+), 7 deletions(-) create mode 100644 src/components/Sidebar/ParticipantsTab/Participant.vue create mode 100644 src/components/Sidebar/ParticipantsTab/ParticipantsTab.vue create mode 100644 src/store/participantsStore.js diff --git a/src/components/Navigation/ConversationsList/Conversation.vue b/src/components/Navigation/ConversationsList/Conversation.vue index 583a35e5c..84aeddfbf 100644 --- a/src/components/Navigation/ConversationsList/Conversation.vue +++ b/src/components/Navigation/ConversationsList/Conversation.vue @@ -22,8 +22,7 @@