From 16b98e74931db1ced578030752ef88b276baebcd Mon Sep 17 00:00:00 2001 From: nfebe Date: Fri, 14 Feb 2025 22:56:44 +0100 Subject: [PATCH] feat: New create link share button Signed-off-by: nfebe --- .../src/components/PendingActions.vue | 235 +++++++++++++++++ .../src/components/SharingEntryLink.vue | 246 +++--------------- apps/files_sharing/src/logger.ts | 11 + .../src/mixins/PendingActionsHandlersMixin.ts | 239 +++++++++++++++++ apps/files_sharing/src/views/SharingTab.vue | 27 +- 5 files changed, 549 insertions(+), 209 deletions(-) create mode 100644 apps/files_sharing/src/components/PendingActions.vue create mode 100644 apps/files_sharing/src/logger.ts create mode 100644 apps/files_sharing/src/mixins/PendingActionsHandlersMixin.ts diff --git a/apps/files_sharing/src/components/PendingActions.vue b/apps/files_sharing/src/components/PendingActions.vue new file mode 100644 index 00000000000..2aa54d0a033 --- /dev/null +++ b/apps/files_sharing/src/components/PendingActions.vue @@ -0,0 +1,235 @@ + + + + + + + diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index 702b876306f..be53bd6d685 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -9,7 +9,6 @@