✨ feat(GenericNode): add ChromaIcon and fix validation status icons 🎨 style(GenericNode): refactor GenericNode component to improve readability 🐛 fix(vite.config.ts): add svgr plugin to the frontend Vite configuration The vite-plugin-svgr dependency was added to both the root and frontend package.json files to enable the use of SVG files as React components. The GenericNode component was updated to include the ChromaIcon component and to fix the validation status icons. The component was also refactored to improve readability. The svgr plugin was added to the frontend Vite configuration to enable the use of SVG files as React components.
5 lines
61 B
JSON
5 lines
61 B
JSON
{
|
|
"dependencies": {
|
|
"vite-plugin-svgr": "^3.2.0"
|
|
}
|
|
}
|