diff --git a/src/components/AppNavigation/ContactsSettings.vue b/src/components/AppNavigation/ContactsSettings.vue index e001c990d3..2557fab92e 100644 --- a/src/components/AppNavigation/ContactsSettings.vue +++ b/src/components/AppNavigation/ContactsSettings.vue @@ -9,21 +9,27 @@ v-model:open="showSettings" :name="t('contacts', 'Contacts settings')" :show-navigation="true"> - + + - +
@@ -33,11 +39,6 @@
-
diff --git a/src/components/AppNavigation/Settings/SettingsAddressbook.vue b/src/components/AppNavigation/Settings/SettingsAddressbook.vue index 5cb84a40ed..1040fd272c 100644 --- a/src/components/AppNavigation/Settings/SettingsAddressbook.vue +++ b/src/components/AppNavigation/Settings/SettingsAddressbook.vue @@ -4,40 +4,39 @@ --> @@ -125,9 +123,8 @@ import { NcActionCheckbox as ActionCheckbox, NcActionInput as ActionInput, NcActionLink as ActionLink, - NcActions as Actions, NcLoadingIcon as IconLoading, - NcButton, + NcListItem, } from '@nextcloud/vue' import IconContactPlus from 'vue-material-design-icons/AccountMultiplePlusOutline.vue' import IconRename from 'vue-material-design-icons/PencilOutline.vue' @@ -146,8 +143,6 @@ export default { ActionCheckbox, ActionInput, ActionLink, - Actions, - NcButton, IconDelete, IconDownload, IconRename, @@ -155,6 +150,7 @@ export default { IconShare, IconLoading, ShareAddressBook, + NcListItem, }, mixins: [CopyToClipboardMixin], @@ -358,88 +354,8 @@ export default { diff --git a/src/components/AppNavigation/Settings/SettingsNewAddressbook.vue b/src/components/AppNavigation/Settings/SettingsNewAddressbook.vue index 3facbd8c43..9d4cb30aa5 100644 --- a/src/components/AppNavigation/Settings/SettingsNewAddressbook.vue +++ b/src/components/AppNavigation/Settings/SettingsNewAddressbook.vue @@ -5,30 +5,42 @@