From 3ed32ffbb4fda77e7860e8ae6ac7f6a1c4ca902b Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 21 Jun 2024 15:48:37 +0200 Subject: refactor: Use composable for `currentView` and `views` to make it reactive when shared with other Vue apps Signed-off-by: Ferdinand Thiessen --- .../src/components/FileEntry/FileEntryActions.vue | 24 ++++++++++++++-------- .../src/components/FileEntry/FileEntryName.vue | 17 +++++++-------- 2 files changed, 25 insertions(+), 16 deletions(-) (limited to 'apps/files/src/components/FileEntry') diff --git a/apps/files/src/components/FileEntry/FileEntryActions.vue b/apps/files/src/components/FileEntry/FileEntryActions.vue index 21d5cd9e796..24b26bd225e 100644 --- a/apps/files/src/components/FileEntry/FileEntryActions.vue +++ b/apps/files/src/components/FileEntry/FileEntryActions.vue @@ -76,11 +76,13 @@