Added admin2 page and new workflow design

This commit is contained in:
Frikky
2024-12-02 14:39:13 +01:00
parent dee99abbbc
commit ed71bec7da
7 changed files with 429 additions and 93 deletions
+9
View File
@@ -62,6 +62,7 @@ import {
Edit as EditIcon,
MoreVert as MoreVertIcon,
PlayArrow as PlayArrowIcon,
Code as CodeIcon,
Add as AddIcon,
Publish as PublishIcon,
CloudUpload as CloudUploadIcon,
@@ -175,6 +176,7 @@ export const GetIconInfo = (action) => {
key: "repeat",
values: ["repeat", "retry", "pause", "skip", "copy", "replicat", "demo",],
},
{ key: "code", values: ["code", "bash", "python", "react", "go"] },
{ key: "execute", values: ["execute", "run", "play", "raise"] },
{ key: "extract", values: ["extract", "unpack", "decompress", "open"] },
{ key: "inflate", values: ["inflate", "pack", "compress"] },
@@ -320,6 +322,13 @@ export const GetIconInfo = (action) => {
iconBackgroundColor: defaultColor,
originalIcon: <TocIcon />,
},
code: {
icon: "M9.4 16.6 4.8 12l4.6-4.6L8 6l-6 6 6 6zm5.2 0 4.6-4.6-4.6-4.6L16 6l6 6-6 6z",
iconColor: "white",
iconBackgroundColor: defaultColor,
originalIcon: <CodeIcon />,
fillGradient: ["#836ef5", "#3335eb"],
},
execute: {
icon: "M8 5v14l11-7z",
iconColor: "white",