feat: Add support for dark mode node icons and colors (#9412)

Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
This commit is contained in:
Elias Meire
2024-06-06 13:34:30 +02:00
committed by GitHub
parent 68e856d155
commit 600013a1ab
294 changed files with 1421 additions and 519 deletions

View File

@@ -11,6 +11,7 @@ export class SplitInBatches extends VersionedNodeType {
displayName: 'Split In Batches',
name: 'splitInBatches',
icon: 'fa:th-large',
iconColor: 'dark-green',
group: ['organization'],
description: 'Split data into batches and iterate over each batch',
defaultVersion: 3,

View File

@@ -13,6 +13,7 @@ export class SplitInBatchesV3 implements INodeType {
displayName: 'Loop Over Items (Split in Batches)',
name: 'splitInBatches',
icon: 'fa:sync',
iconColor: 'dark-green',
group: ['organization'],
version: 3,
description: 'Split data into batches and iterate over each batch',