From 33c10e1ef069f33f6362acc0f388e952daa3ac50 Mon Sep 17 00:00:00 2001 From: Thomas Lehmann Date: Thu, 7 Nov 2024 19:53:13 +0100 Subject: [PATCH 1/5] refactor(files_sharing): move deprecated projects component Primarily to move it out of the way for changes in the source location. The feature was deprecated in version 25 (#28320), five versions ago. Refs: #48925 --- apps/files_sharing/src/views/SharingTab.vue | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/apps/files_sharing/src/views/SharingTab.vue b/apps/files_sharing/src/views/SharingTab.vue index 69735018ccd40..e3cbe50974f10 100644 --- a/apps/files_sharing/src/views/SharingTab.vue +++ b/apps/files_sharing/src/views/SharingTab.vue @@ -54,12 +54,6 @@ - - - @@ -71,6 +65,15 @@ + +
+ +
+ Date: Wed, 7 Aug 2024 19:14:34 +0200 Subject: [PATCH 2/5] refactor(files_sharing): split internal/external share (relayout) According to screen designs. * Elements and lists reordered * Headlines and separators introduced Intermediate step: components need to be dissolved in the following commits. Refs: #48925 --- .../src/components/SharingInput.vue | 1 - .../src/views/SharingDetailsTab.vue | 2 +- apps/files_sharing/src/views/SharingTab.vue | 37 +++++++++++++------ 3 files changed, 26 insertions(+), 14 deletions(-) diff --git a/apps/files_sharing/src/components/SharingInput.vue b/apps/files_sharing/src/components/SharingInput.vue index f8949920772c4..7bf4aaccf66c7 100644 --- a/apps/files_sharing/src/components/SharingInput.vue +++ b/apps/files_sharing/src/components/SharingInput.vue @@ -5,7 +5,6 @@