From 69d14aa496563295886b0ab5b828dc9a24dd3106 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 26 May 2023 09:28:57 +0200 Subject: feat(contacts): Show address book description if provided Signed-off-by: Christoph Wurst --- src/components/AppNavigation/Settings/SettingsAddressbook.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/AppNavigation/Settings/SettingsAddressbook.vue b/src/components/AppNavigation/Settings/SettingsAddressbook.vue index 1c044544..983edd46 100644 --- a/src/components/AppNavigation/Settings/SettingsAddressbook.vue +++ b/src/components/AppNavigation/Settings/SettingsAddressbook.vue @@ -30,6 +30,9 @@ {{ addressbook.displayName }} +
+ {{ addressbook.dav.description }} +
{{ n('contacts', '%n contact', '%n contacts', contactsCount) }} @@ -358,6 +361,10 @@ export default { max-width: calc(100% - 2 * 44px); } + &__description { + color: var(--color-text-lighter); + } + &__count-wrapper { display: flex; flex-direction: center; -- cgit v1.2.3