From 0af23a54f0bd21963b4fe88623d6f332db55da7f Mon Sep 17 00:00:00 2001 From: greta Date: Tue, 28 Jun 2022 11:30:45 +0200 Subject: Migrate EmptyContent icons to material design Signed-off-by: greta --- src/components/AppContent/ContactsContent.vue | 28 +++++++++++++------ src/components/ContactDetails.vue | 8 +++++- src/components/MemberList.vue | 39 ++++++++++++++++++++------- 3 files changed, 57 insertions(+), 18 deletions(-) diff --git a/src/components/AppContent/ContactsContent.vue b/src/components/AppContent/ContactsContent.vue index 7cd2ef3d..a5dceb2c 100644 --- a/src/components/AppContent/ContactsContent.vue +++ b/src/components/AppContent/ContactsContent.vue @@ -28,26 +28,34 @@ - + + {{ t('contacts', 'There are no contacts yet') }} - + + {{ t('contacts', 'There are no contacts in this group') }} @@ -68,10 +76,12 @@