From adb163b33798313f20b7bb34c0fc2a9f8268c87a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20H=C3=A4rtl?= Date: Tue, 9 Jul 2019 12:49:09 +0200 Subject: [PATCH] Add projects view to sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/files_sharing/src/views/SharingTab.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/files_sharing/src/views/SharingTab.vue b/apps/files_sharing/src/views/SharingTab.vue index 5a9b24c36b3..4f16f4b2435 100644 --- a/apps/files_sharing/src/views/SharingTab.vue +++ b/apps/files_sharing/src/views/SharingTab.vue @@ -63,6 +63,12 @@ + + + @@ -72,6 +78,7 @@ import { generateOcsUrl } from '@nextcloud/router' import Tab from 'nextcloud-vue/dist/Components/AppSidebarTab' import Avatar from 'nextcloud-vue/dist/Components/Avatar' import axios from '@nextcloud/axios' +import { CollectionList } from 'nextcloud-vue-collections' import { shareWithTitle } from '../utils/SharedWithMe' import Share from '../models/Share' @@ -88,6 +95,7 @@ export default { components: { Avatar, + CollectionList, SharingEntryInternal, SharingEntrySimple, SharingInput, -- 2.39.5