mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
feat(editor): Update icons to Lucide icons (#16231)
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
This commit is contained in:
@@ -479,7 +479,7 @@ watch(focusedMappableInput, (curr) => {
|
||||
v-show="showExecutionLink(index1)"
|
||||
element="a"
|
||||
type="secondary"
|
||||
icon="external-link-alt"
|
||||
icon="external-link"
|
||||
data-test-id="debug-sub-execution"
|
||||
size="mini"
|
||||
target="_blank"
|
||||
@@ -541,7 +541,7 @@ watch(focusedMappableInput, (curr) => {
|
||||
:search="search"
|
||||
/>
|
||||
<div :class="$style.dragButton">
|
||||
<font-awesome-icon icon="grip-vertical" />
|
||||
<n8n-icon icon="grip-vertical" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -563,10 +563,7 @@ watch(focusedMappableInput, (curr) => {
|
||||
</div>
|
||||
</template>
|
||||
<span>
|
||||
<font-awesome-icon
|
||||
:class="$style['warningTooltip']"
|
||||
icon="exclamation-triangle"
|
||||
></font-awesome-icon>
|
||||
<n8n-icon :class="$style['warningTooltip']" icon="triangle-alert" />
|
||||
{{ i18n.baseText('dataMapping.tableView.tableColumnsExceeded') }}
|
||||
</span>
|
||||
</N8nTooltip>
|
||||
@@ -618,7 +615,7 @@ watch(focusedMappableInput, (curr) => {
|
||||
v-show="showExecutionLink(index1)"
|
||||
element="a"
|
||||
type="secondary"
|
||||
icon="external-link-alt"
|
||||
icon="external-link"
|
||||
data-test-id="debug-sub-execution"
|
||||
size="mini"
|
||||
target="_blank"
|
||||
|
||||
Reference in New Issue
Block a user