Feat: bring back IO image and name on sidebar
This commit is contained in:
parent
0a26bc52bf
commit
2b62f903a3
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import {
|
||||
ArrowDownUp,
|
||||
ArrowUpToLine,
|
||||
Bell,
|
||||
BookMarked,
|
||||
|
|
@ -223,6 +224,7 @@ export const nodeNames: { [char: string]: string } = {
|
|||
utilities: "Utilities",
|
||||
output_parsers: "Output Parsers",
|
||||
custom_components: "Custom",
|
||||
io: "I/O",
|
||||
unknown: "Other",
|
||||
};
|
||||
|
||||
|
|
@ -380,4 +382,5 @@ export const nodeIconsLucide: iconsType = {
|
|||
RefreshCcw,
|
||||
Combine,
|
||||
TerminalIcon,
|
||||
io: ArrowDownUp,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue