diff --git a/frontend/src/components/conversation/list/ConversationList.vue b/frontend/src/components/conversation/list/ConversationList.vue index b5152f35..ff88a1bc 100644 --- a/frontend/src/components/conversation/list/ConversationList.vue +++ b/frontend/src/components/conversation/list/ConversationList.vue @@ -6,15 +6,20 @@ - + +
+ + -
+
+ v-for="conversation in conversationStore.sortedConversations" :key="conversation.uuid" + :contactFullName="conversationStore.getContactFullName(conversation.uuid)" />
@@ -23,14 +28,15 @@
-
-
+
+
-
All conversations loaded!
+
+ All conversations loaded! +
@@ -40,9 +46,8 @@