From b3ec461fe86258a0a3831dff28e394018d0044c9 Mon Sep 17 00:00:00 2001 From: Eduardo Morales Date: Wed, 28 Feb 2024 08:33:09 -0600 Subject: feat: reconfigured NcActions to use MDI's Signed-off-by: Eduardo Morales --- .../src/components/SharingEntryInternal.vue | 17 ++++- .../src/components/SharingEntryLink.vue | 73 +++++++++++++++------- 2 files changed, 66 insertions(+), 24 deletions(-) (limited to 'apps/files_sharing/src') diff --git a/apps/files_sharing/src/components/SharingEntryInternal.vue b/apps/files_sharing/src/components/SharingEntryInternal.vue index bc5bdd32e57..2e378f261ef 100644 --- a/apps/files_sharing/src/components/SharingEntryInternal.vue +++ b/apps/files_sharing/src/components/SharingEntryInternal.vue @@ -10,8 +10,14 @@ + @click="copyLink"> + + @@ -20,6 +26,10 @@ import { generateUrl } from '@nextcloud/router' import { showSuccess } from '@nextcloud/dialogs' import NcActionButton from '@nextcloud/vue/dist/Components/NcActionButton.js' + +import CheckIcon from 'vue-material-design-icons/CheckBold.vue' +import ClipboardIcon from 'vue-material-design-icons/ClipboardFlow.vue' + import SharingEntrySimple from './SharingEntrySimple.vue' export default { @@ -28,6 +38,8 @@ export default { components: { NcActionButton, SharingEntrySimple, + CheckIcon, + ClipboardIcon, }, props: { @@ -114,6 +126,7 @@ export default { } .icon-checkmark-color { opacity: 1; + color: var(--color-success); } } diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index 631f79158e2..bf9e0203f9e 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -20,7 +20,7 @@ - --> -