mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(editor): Update icons to Lucide icons (#16231)
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
This commit is contained in:
@@ -1399,7 +1399,7 @@ onUpdated(async () => {
|
||||
<N8nIcon
|
||||
v-if="!editorIsReadOnly"
|
||||
data-test-id="code-editor-fullscreen-button"
|
||||
icon="external-link-alt"
|
||||
icon="external-link"
|
||||
size="xsmall"
|
||||
class="textarea-modal-opener"
|
||||
:title="i18n.baseText('parameterInput.openEditWindow')"
|
||||
@@ -1420,7 +1420,7 @@ onUpdated(async () => {
|
||||
<template #suffix>
|
||||
<N8nIcon
|
||||
data-test-id="code-editor-fullscreen-button"
|
||||
icon="external-link-alt"
|
||||
icon="external-link"
|
||||
size="xsmall"
|
||||
class="textarea-modal-opener"
|
||||
:title="i18n.baseText('parameterInput.openEditWindow')"
|
||||
@@ -1439,7 +1439,7 @@ onUpdated(async () => {
|
||||
<template #suffix>
|
||||
<N8nIcon
|
||||
data-test-id="code-editor-fullscreen-button"
|
||||
icon="external-link-alt"
|
||||
icon="external-link"
|
||||
size="xsmall"
|
||||
class="textarea-modal-opener"
|
||||
:title="i18n.baseText('parameterInput.openEditWindow')"
|
||||
@@ -1459,7 +1459,7 @@ onUpdated(async () => {
|
||||
<template #suffix>
|
||||
<N8nIcon
|
||||
data-test-id="code-editor-fullscreen-button"
|
||||
icon="external-link-alt"
|
||||
icon="external-link"
|
||||
size="xsmall"
|
||||
class="textarea-modal-opener"
|
||||
:title="i18n.baseText('parameterInput.openEditWindow')"
|
||||
@@ -1480,7 +1480,7 @@ onUpdated(async () => {
|
||||
<N8nIcon
|
||||
v-if="!editorIsReadOnly"
|
||||
data-test-id="code-editor-fullscreen-button"
|
||||
icon="external-link-alt"
|
||||
icon="external-link"
|
||||
size="xsmall"
|
||||
class="textarea-modal-opener"
|
||||
:title="i18n.baseText('parameterInput.openEditWindow')"
|
||||
@@ -1499,7 +1499,7 @@ onUpdated(async () => {
|
||||
<template #suffix>
|
||||
<N8nIcon
|
||||
data-test-id="code-editor-fullscreen-button"
|
||||
icon="external-link-alt"
|
||||
icon="external-link"
|
||||
size="xsmall"
|
||||
class="textarea-modal-opener"
|
||||
:title="i18n.baseText('parameterInput.openEditWindow')"
|
||||
@@ -1545,7 +1545,7 @@ onUpdated(async () => {
|
||||
<template #suffix>
|
||||
<N8nIcon
|
||||
v-if="!isReadOnly && !isSecretParameter"
|
||||
icon="external-link-alt"
|
||||
icon="external-link"
|
||||
size="xsmall"
|
||||
class="edit-window-button textarea-modal-opener"
|
||||
:class="{
|
||||
|
||||
Reference in New Issue
Block a user