mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
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:
@@ -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,
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user