From 874c89085b2ff96ef2426181f044f585271d9fd7 Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Mon, 29 Sep 2025 16:46:46 +0300 Subject: [PATCH] fix(editor): Clean up NDV RunData loading states (#20082) --- .../frontend/@n8n/i18n/src/locales/en.json | 2 -- .../editor-ui/src/components/InputPanel.vue | 1 + .../src/components/NodeExecuteButton.vue | 6 ++-- .../editor-ui/src/components/OutputPanel.vue | 23 +++++++++++-- .../editor-ui/src/components/RunData.vue | 32 +++++++------------ 5 files changed, 37 insertions(+), 27 deletions(-) diff --git a/packages/frontend/@n8n/i18n/src/locales/en.json b/packages/frontend/@n8n/i18n/src/locales/en.json index 38c43aa881c..fc563a1ce35 100644 --- a/packages/frontend/@n8n/i18n/src/locales/en.json +++ b/packages/frontend/@n8n/i18n/src/locales/en.json @@ -1958,8 +1958,6 @@ "runData.aiContentBlock.tokens": "{count} Tokens", "runData.aiContentBlock.tokens.prompt": "Prompt:", "runData.aiContentBlock.tokens.completion": "Completion:", - "runData.trimmedData.title": "No data yet", - "runData.trimmedData.message": "Data will be available here once the execution has finished.", "runData.trimmedData.loading": "Loading data", "runData.panel.actions.collapse": "Collapse panel", "runData.panel.actions.open": "Open panel", diff --git a/packages/frontend/editor-ui/src/components/InputPanel.vue b/packages/frontend/editor-ui/src/components/InputPanel.vue index f73be09e47b..8ca1ce72d3b 100644 --- a/packages/frontend/editor-ui/src/components/InputPanel.vue +++ b/packages/frontend/editor-ui/src/components/InputPanel.vue @@ -574,6 +574,7 @@ function handleChangeCollapsingColumn(columnName: string | null) { telemetry-source="inputs" data-test-id="execute-previous-node" tooltip-placement="bottom" + :show-loading-spinner="false" @execute="onNodeExecute" >