From a2b552af13febf43b0204be8d981fdda21f131e7 Mon Sep 17 00:00:00 2001 From: Marco Ambrosini Date: Sun, 6 Oct 2019 10:06:20 +0200 Subject: [PATCH] Create ContactsList component and display search results Signed-off-by: Marco Ambrosini --- src/components/Navigation/Caption/Caption.vue | 43 ++++++++++ .../Navigation/ContactsList/ContactsList.vue | 83 +++++++++++++++++++ .../ConversationsList/ConversationsList.vue | 6 +- src/components/Navigation/Navigation.vue | 23 ++++- 4 files changed, 150 insertions(+), 5 deletions(-) create mode 100644 src/components/Navigation/Caption/Caption.vue create mode 100644 src/components/Navigation/ContactsList/ContactsList.vue diff --git a/src/components/Navigation/Caption/Caption.vue b/src/components/Navigation/Caption/Caption.vue new file mode 100644 index 000000000..bfc902c56 --- /dev/null +++ b/src/components/Navigation/Caption/Caption.vue @@ -0,0 +1,43 @@ + + + + + + + diff --git a/src/components/Navigation/ContactsList/ContactsList.vue b/src/components/Navigation/ContactsList/ContactsList.vue new file mode 100644 index 000000000..b6cca2b8f --- /dev/null +++ b/src/components/Navigation/ContactsList/ContactsList.vue @@ -0,0 +1,83 @@ + + + + + + + diff --git a/src/components/Navigation/ConversationsList/ConversationsList.vue b/src/components/Navigation/ConversationsList/ConversationsList.vue index 2de01fb5c..800b7ec56 100644 --- a/src/components/Navigation/ConversationsList/ConversationsList.vue +++ b/src/components/Navigation/ConversationsList/ConversationsList.vue @@ -20,7 +20,7 @@ -->