feat(editor): Zoom into a node to open experimental embedded NDV (no-changelog) (#16912)

Co-authored-by: Milorad FIlipović <milorad@n8n.io>
This commit is contained in:
Suguru Inoue
2025-07-09 11:50:30 +02:00
committed by GitHub
parent f67581b74d
commit ba692281f0
12 changed files with 152 additions and 53 deletions

View File

@@ -66,6 +66,7 @@ import IconLucideCode from '~icons/lucide/code';
import IconLucideCog from '~icons/lucide/cog';
import IconLucideContrast from '~icons/lucide/contrast';
import IconLucideCopy from '~icons/lucide/copy';
import IconLucideCrosshair from '~icons/lucide/crosshair';
import IconLucideDatabase from '~icons/lucide/database';
import IconLucideEarth from '~icons/lucide/earth';
import IconLucideEllipsis from '~icons/lucide/ellipsis';
@@ -460,6 +461,7 @@ export const updatedIconSet = {
cog: IconLucideCog,
contrast: IconLucideContrast,
copy: IconLucideCopy,
crosshair: IconLucideCrosshair,
database: IconLucideDatabase,
earth: IconLucideEarth,
ellipsis: IconLucideEllipsis,

View File

@@ -1556,6 +1556,8 @@
"nodeView.zoomToFit": "Zoom to Fit",
"nodeView.replaceMe": "Replace Me",
"nodeView.setupTemplate": "Set up template",
"nodeView.expandAllNodes": "Expand all nodes",
"nodeView.collapseAllNodes": "Collapse all nodes",
"nodeViewV2.showError.editingNotAllowed": "Editing is not allowed",
"nodeViewV2.showError.failedToCreateNode": "Failed to create node",
"contextMenu.node": "node | nodes",