From 2e9ab66602af1a16ab5e2a833cea7c10e93a0643 Mon Sep 17 00:00:00 2001 From: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com> Date: Fri, 12 Jul 2024 15:03:23 +0200 Subject: [PATCH] refactor(editor): Move a few components to script setup (no-changelog) (#10029) --- .../src/components/NDVDraggablePanels.vue | 746 +++++++++--------- .../editor-ui/src/components/SaveButton.vue | 89 +-- .../editor-ui/src/components/ScopesNotice.vue | 91 +-- .../editor-ui/src/components/Telemetry.vue | 129 ++- .../src/components/WorkflowActivator.vue | 186 +++-- .../components/executions/ExecutionsTime.vue | 81 +- .../src/views/SettingsPersonalView.vue | 369 +++++---- .../editor-ui/src/views/SettingsUsersView.vue | 464 ++++++----- 8 files changed, 1051 insertions(+), 1104 deletions(-) diff --git a/packages/editor-ui/src/components/NDVDraggablePanels.vue b/packages/editor-ui/src/components/NDVDraggablePanels.vue index ed308a616e..0e11fdb6f9 100644 --- a/packages/editor-ui/src/components/NDVDraggablePanels.vue +++ b/packages/editor-ui/src/components/NDVDraggablePanels.vue @@ -1,8 +1,379 @@ + + - -