mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(editor): Update Focus Panel design (no-changelog) (#17373)
This commit is contained in:
@@ -129,6 +129,7 @@ import IconLucideMousePointer from '~icons/lucide/mouse-pointer';
|
||||
import IconLucideNetwork from '~icons/lucide/network';
|
||||
import IconLucidePackageOpen from '~icons/lucide/package-open';
|
||||
import IconLucidePalette from '~icons/lucide/palette';
|
||||
import IconLucidePanelRight from '~icons/lucide/panel-right';
|
||||
import IconLucidePause from '~icons/lucide/pause';
|
||||
import IconLucidePen from '~icons/lucide/pen';
|
||||
import IconLucidePencil from '~icons/lucide/pencil';
|
||||
@@ -524,6 +525,7 @@ export const updatedIconSet = {
|
||||
network: IconLucideNetwork,
|
||||
'package-open': IconLucidePackageOpen,
|
||||
palette: IconLucidePalette,
|
||||
'panel-right': IconLucidePanelRight,
|
||||
pause: IconLucidePause,
|
||||
pen: IconLucidePen,
|
||||
pencil: IconLucidePencil,
|
||||
|
||||
@@ -1497,8 +1497,8 @@
|
||||
"nodeView.couldntImportWorkflow": "Could not import workflow",
|
||||
"nodeView.couldntLoadWorkflow.invalidWorkflowObject": "Invalid workflow object",
|
||||
"nodeView.deletesTheCurrentExecutionData": "Deletes the current execution data",
|
||||
"nodeView.focusPanel.title": "Focus",
|
||||
"nodeView.focusPanel.noParameters": "No parameters focused. Focus a parameter by clicking on the action dropdown in the node detail view.",
|
||||
"nodeView.focusPanel.noParameters.title": "Show a node parameter here, to iterate easily",
|
||||
"nodeView.focusPanel.noParameters.subtitle": "For example, keep your prompt always visible so you can run the workflow while tweaking it",
|
||||
"nodeView.focusPanel.missingParameter": "This parameter is no longer visible on the node. A related parameter was likely changed, removing this one.",
|
||||
"nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes will be lost.",
|
||||
"nodeView.loadingTemplate": "Loading template",
|
||||
|
||||
Reference in New Issue
Block a user