From 694fd51cbaa18acbaa76a100010f00b904f96f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Fri, 13 Oct 2023 11:30:34 +0200 Subject: [PATCH] fix(files): split FileEntry Name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- apps/files/src/components/FileEntry.vue | 264 +------------- .../components/FileEntry/FileEntryActions.vue | 8 +- .../FileEntry/FileEntryCheckbox.vue | 7 +- .../components/FileEntry/FileEntryName.vue | 327 ++++++++++++++++++ 4 files changed, 352 insertions(+), 254 deletions(-) create mode 100644 apps/files/src/components/FileEntry/FileEntryName.vue diff --git a/apps/files/src/components/FileEntry.vue b/apps/files/src/components/FileEntry.vue index 7ff6186a6e3..40a271aa972 100644 --- a/apps/files/src/components/FileEntry.vue +++ b/apps/files/src/components/FileEntry.vue @@ -40,8 +40,8 @@ + :is-loading="isLoading" + :nodes="nodes" /> @@ -51,38 +51,13 @@ :dragover="dragover" @click.native="execDefaultAction" /> - -
- - - - - - - - - - - + @@ -131,20 +106,15 @@