Commit Graph

8 Commits

Author SHA1 Message Date
93df6b0a8b Added combobox and command 2023-11-16 10:46:29 -03:00
ee52095f61 🔥 chore(package.json): remove devDependencies from package.json
🔖 chore(pyproject.toml): bump version to 0.4.12
2023-08-17 23:30:15 -03:00
1ff7dca09e feat: Add remaining icons (Slack, Wikipedia and Wolfram) 2023-07-18 18:21:03 -03:00
49c0319e91 fix(src/icons): use lib to fix svg import error 2023-07-12 18:14:12 -03:00
8d03db2834 removing package.json from root folder 2023-06-08 16:24:44 -03:00
c797b98984 changing the package.json installation 2023-06-06 18:32:39 -03:00
56ca610a79 Starting migration to shadUI 2023-06-01 21:09:50 -03:00
c772a4dcdd 🚀 chore(package.json): add vite-plugin-svgr dependency to both root and frontend package.json
 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.
2023-05-27 11:55:41 -03:00