Lucas Oliveira
d283ce5600
Merge branch 'dev' into python_custom_node_component
2023-07-25 09:41:01 -03:00
Cristhian Zanforlin Lousa
fb6caaa6bc
🔥 refactor(parameterComponent): remove unnecessary console.log statement
2023-07-24 18:20:12 -03:00
Lucas Oliveira
ddfb534a03
Fixed message not appearing when code is displayed
2023-07-24 15:51:28 -03:00
Cristhian Zanforlin Lousa
078626052f
formatting
2023-07-24 15:30:00 -03:00
Cristhian Zanforlin Lousa
891abae528
🐛 fix(parameterComponent): fix linting issues and add missing import
...
✨ feat(parameterComponent): add support for custom components in groupByFamily function
✨ feat(utils): add groupByFamilyCustom function to handle custom components in groupByFamily function
2023-07-24 15:10:55 -03:00
Lucas Oliveira
edf570f314
Added indicator of chat thinking when message is empty.
2023-07-24 11:32:36 -03:00
Lucas Oliveira
ada32b6a48
Refactored state management from tweaks
2023-07-24 10:58:48 -03:00
Cristhian Zanforlin Lousa
530d416735
🔧 fix(parameterComponent): import 'flow' function from lodash to fix missing reference error
...
🔧 fix(parameterComponent): add 'flows' to the list of destructured variables from TabsContext to fix missing reference error
🔧 fix(parameterComponent): remove unused console.log statements to clean up code
2023-07-24 10:09:53 -03:00
Lucas Oliveira
169a20ab97
Fixed all bugs with tweaks on API modal
2023-07-24 09:55:42 -03:00
Lucas Oliveira
b6ee0ff800
Merge branch 'modalRefactor' into python_custom_node_component
2023-07-23 19:50:51 -03:00
Lucas Oliveira
66cec7d545
Formatting on merge
2023-07-23 19:49:13 -03:00
Lucas Oliveira
7239223481
Merge branch 'dev' into modalRefactor
2023-07-23 19:48:41 -03:00
Cristhian Zanforlin Lousa
c21cf4bb56
🐛 fix(inputListComponent): import useContext from react to fix missing import error
...
🐛 fix(inputListComponent): import set from lodash to fix missing import error
✨ feat(inputListComponent): add PopUpContext import to use closeEdit function
🐛 fix(inputListComponent): add useEffect to update inputList state when value prop changes
🐛 fix(EditNodeModal): import getRandomKeyByssmm from utils to fix missing import error
✨ feat(EditNodeModal): add PopUpContext import to use setCloseEdit function
🐛 fix(EditNodeModal): add useEffect to reset myData state when modalOpen prop changes
2023-07-22 09:43:17 -03:00
Cristhian Zanforlin Lousa
7d91c14481
🐛 fix(inputListComponent): remove redundant useEffect that sets inputList value from props
...
🐛 fix(inputListComponent): fix cloning of inputList array in onChange event handler to prevent mutation of state
2023-07-22 09:05:04 -03:00
Cristhian Zanforlin Lousa
247755c118
🐛 fix(nodeToolbarComponent): wrap EditNodeModal component in a div to fix layout issue
2023-07-21 11:56:34 -03:00
Cristhian Zanforlin Lousa
19b874b591
🔧 chore(genericModal/index.tsx): refactor useEffect hook to set input value when 'value' prop changes
2023-07-21 11:34:23 -03:00
Gabriel Luiz Freitas Almeida
dff5c87c72
🐛 fix(components): remove unnecessary empty line in ToggleComponent
...
🐛 fix(modals): fix typo in comment in CodeAreaModal
🐛 fix(pages): remove unnecessary empty line in MainPage
🐛 fix(utils): remove unnecessary semicolons in utils.ts
2023-07-21 11:17:13 -03:00
Gabriel Luiz Freitas Almeida
a21345ff44
Merge branch 'main' into dev
2023-07-21 11:16:27 -03:00
Cristhian Zanforlin Lousa
f67c0ff509
🐛 fix(EditFlowSettingsComponent): update flows array type to include description property to fix type error
...
🔧 chore(EditFlowSettingsComponent): refactor handleDescriptionChange to update description in flows array and setDesc state variable
🔧 chore(EditFlowSettingsComponent): update value prop of description textarea to use desc state variable instead of description prop
2023-07-21 11:09:35 -03:00
Cristhian Zanforlin Lousa
ff97f45a72
🔧 fix(codeTabsComponent): remove commented out console.log statement
...
🔧 fix(codeTabsComponent): add keyValue prop to AccordionComponent to fix missing key warning
2023-07-21 10:35:53 -03:00
Cristhian Zanforlin Lousa
7ff40f40a4
🔧 chore(index.css): adjust width of dropdown component options to improve layout consistency
2023-07-20 18:10:13 -03:00
Cristhian Zanforlin Lousa
c6157cf12a
🎨 style(index.css): update width of dropdown component options to be responsive on larger screens
2023-07-20 17:40:10 -03:00
Lucas Oliveira
6242d80635
Merge branch 'modalRefactor' into python_custom_node_component
2023-07-20 17:22:25 -03:00
Lucas Oliveira
ab185f57bd
Fixed copy paste on all components
2023-07-20 17:17:48 -03:00
Lucas Oliveira
b2a7fe174c
Disable copy paste removed in favor of class wrapping
2023-07-20 17:07:54 -03:00
Lucas Oliveira
4c834ab239
Fixed undoing nodes on modal
2023-07-20 17:01:34 -03:00
Lucas Oliveira
a63dcfa109
Fixed undo of nodes when on input
2023-07-20 17:00:37 -03:00
Lucas Oliveira
7b1b028364
Fixed node dragging and selecting text on input
2023-07-20 16:49:41 -03:00
Lucas Oliveira
fae76a4a5e
Changed placeholder and text placement on prompt component
2023-07-20 14:04:03 -03:00
Lucas Oliveira
08c63dbd73
Removed cleanEdges on handleClick
2023-07-20 14:00:00 -03:00
Gabriel Luiz Freitas Almeida
8b3fe49e51
🎨 style(styleUtils.ts): replace Sparkles icon with GradientSparkles icon for custom_components in nodeIconsLucide object to improve visual consistency
2023-07-20 11:52:57 -03:00
Gabriel Luiz Freitas Almeida
162036cbc7
Merge remote-tracking branch 'refs/remotes/origin/python_custom_node_component' into python_custom_node_component
2023-07-20 11:52:14 -03:00
Gabriel Luiz Freitas Almeida
a4d4e5cde4
🎨 chore(GradientSparkles): add GradientSparkles icon component
...
🔧 fix(utils.ts): replace Sparkles icon with GradientSparkles icon component in nodeIconsLucide object
2023-07-20 11:45:53 -03:00
Gabriel Luiz Freitas Almeida
72a3316fad
css formatting
2023-07-20 11:45:16 -03:00
Lucas Oliveira
b013f84896
Merge branch 'modalRefactor' into python_custom_node_component
2023-07-20 11:29:32 -03:00
Lucas Oliveira
d0300a197c
added generic icon onto custom tab code
2023-07-20 11:16:45 -03:00
Lucas Oliveira
fb22ec701f
Merge branch 'dev' into modalRefactor
2023-07-20 11:16:03 -03:00
Lucas Oliveira
f1b8760a02
merge fixes
2023-07-20 10:16:58 -03:00
Lucas Oliveira
5f375d4c2a
fix merge
2023-07-20 10:16:28 -03:00
Lucas Oliveira
6a0de25b80
Merge branch 'modalRefactor' into python_custom_node_component
2023-07-20 10:14:49 -03:00
Lucas Oliveira
8f6e8f9e91
Fixed bug that has been fixed at CustomComponents
2023-07-20 10:12:29 -03:00
Lucas Oliveira
af63dd02da
Removed unused console.log
2023-07-20 10:04:45 -03:00
Lucas Oliveira
efd58383b9
Fixed unnecessary calls
2023-07-20 10:04:05 -03:00
Lucas Oliveira
19aca4a031
Fixed bug where edges are not maintained after refreshing custom component; Fixed bug where handles are not refreshed on custom component;
2023-07-20 10:03:11 -03:00
Igor Carvalho
9a75153125
refactor[utils.ts]: Change arrow functions to normal functions
2023-07-19 18:23:34 -03:00
Igor Carvalho
6d5ef2647a
Formated code
2023-07-19 18:23:34 -03:00
Igor Carvalho
3aeb590264
refactor[constants.ts]: Remove functions, enums, icons and interfaces from constants file
2023-07-19 18:23:34 -03:00
Igor Carvalho
c20541fc37
refactor[src/constants]: Create a constants and enums directorie
2023-07-19 18:23:34 -03:00
anovazzi1
1a5f33ddd4
chore(codeAreaModal): import cleanEdges function from reactflowUtils to improve code readability and maintainability
...
feat(codeAreaModal): add typesContext to access reactFlowInstance for cleaning edges before processing code
2023-07-19 18:14:22 -03:00
Igor Carvalho
21d63be4b4
Add inline code documentation
2023-07-19 17:48:12 -03:00