feat(editor): Implement new app layout (#10548)

This commit is contained in:
Milorad FIlipović
2024-08-28 14:01:05 +02:00
committed by GitHub
parent d7241cfc3a
commit 95a9cd2c73
32 changed files with 316 additions and 153 deletions

View File

@@ -12,6 +12,7 @@ import OutputPanel from './OutputPanel.vue';
import InputPanel from './InputPanel.vue';
import TriggerPanel from './TriggerPanel.vue';
import {
APP_MODALS_ELEMENT_ID,
BASE_NODE_SURVEY_URL,
EnterpriseEditionFeature,
EXECUTABLE_TRIGGER_NODE_TYPES,
@@ -664,8 +665,9 @@ onBeforeUnmount(() => {
class="data-display-wrapper ndv-wrapper"
overlay-class="data-display-overlay"
width="auto"
append-to-body
:append-to="`#${APP_MODALS_ELEMENT_ID}`"
data-test-id="ndv"
z-index="1800"
:data-has-output-connection="hasOutputConnection"
>
<n8n-tooltip