From 3a86b9925693fbcbaf0adb64a8d85500f055ef38 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Wed, 27 Nov 2019 18:11:33 +0100 Subject: Inherited share UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files_sharing/src/components/SharingEntry.vue | 2 - .../src/components/SharingEntryInherited.vue | 112 ++++++++++++++ apps/files_sharing/src/views/SharingInherited.vue | 164 +++++++++++++++++++++ apps/files_sharing/src/views/SharingTab.vue | 11 +- 4 files changed, 284 insertions(+), 5 deletions(-) create mode 100644 apps/files_sharing/src/components/SharingEntryInherited.vue create mode 100644 apps/files_sharing/src/views/SharingInherited.vue (limited to 'apps/files_sharing/src') diff --git a/apps/files_sharing/src/components/SharingEntry.vue b/apps/files_sharing/src/components/SharingEntry.vue index cde7d2ed2b1..4d7f60cfa61 100644 --- a/apps/files_sharing/src/components/SharingEntry.vue +++ b/apps/files_sharing/src/components/SharingEntry.vue @@ -119,8 +119,6 @@ import ActionInput from 'nextcloud-vue/dist/Components/ActionInput' import ActionTextEditable from 'nextcloud-vue/dist/Components/ActionTextEditable' import Tooltip from 'nextcloud-vue/dist/Directives/Tooltip' -// eslint-disable-next-line no-unused-vars -import Share from '../models/Share' import SharesMixin from '../mixins/SharesMixin' export default { diff --git a/apps/files_sharing/src/components/SharingEntryInherited.vue b/apps/files_sharing/src/components/SharingEntryInherited.vue new file mode 100644 index 00000000000..0d355ed6d22 --- /dev/null +++ b/apps/files_sharing/src/components/SharingEntryInherited.vue @@ -0,0 +1,112 @@ + + + + + + + diff --git a/apps/files_sharing/src/views/SharingInherited.vue b/apps/files_sharing/src/views/SharingInherited.vue new file mode 100644 index 00000000000..be3c5ef2dc3 --- /dev/null +++ b/apps/files_sharing/src/views/SharingInherited.vue @@ -0,0 +1,164 @@ + + + + + + + diff --git a/apps/files_sharing/src/views/SharingTab.vue b/apps/files_sharing/src/views/SharingTab.vue index 216b2e74ffc..b15ec5e9a64 100644 --- a/apps/files_sharing/src/views/SharingTab.vue +++ b/apps/files_sharing/src/views/SharingTab.vue @@ -33,7 +33,7 @@