Commit graph

3,413 commits

Author SHA1 Message Date
Cristhian Zanforlin Lousa
97045a3bc0 Merge branch 'modalRefactor' into input-refactor 2023-07-22 09:43:49 -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
c218dc1d02 Merge branch 'modalRefactor' into input-refactor 2023-07-22 09:05:38 -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
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
df14fd0d58 🔨 refactor(inputListComponent): extract classNames function to improve code readability and reusability
🐛 fix(inputListComponent): add conditional styling to the parent div based on the length of inputList and the presence of editNode to fix layout issues
2023-07-21 10:27:50 -03:00
Cristhian Zanforlin Lousa
207ed3b0f0 formatting 2023-07-20 18:58:29 -03:00
Cristhian Zanforlin Lousa
25235a0d11 🔧 chore(textarea.tsx): refactor textarea component class names for improved readability and maintainability
🔧 chore(index.css): refactor input-primary class to remove unnecessary styles and improve readability
🔧 chore(index.css): add new textarea-primary class for textarea component with similar styles as input-primary but without truncation
🔧 chore(chatInput/index.tsx): replace textarea element with Textarea component for consistency and reusability
2023-07-20 18:40:24 -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
3e99fa431b 🔧 fix(floatComponent): replace input element with custom Input component for consistency and reusability
🔧 fix(inputComponent): replace input element with custom Input component for consistency and reusability
🔧 fix(inputListComponent): replace input element with custom Input component for consistency and reusability
🔧 fix(intComponent): replace input element with custom Input component for consistency and reusability
🔧 fix(textAreaComponent): replace input element with custom Input component for consistency and reusability
🔧 fix(ui/input): update Input component styles to match the design requirements
🔧 fix(index.css): update styles for Input component to match the design requirements
🔧 fix(extraSidebarComponent): replace input element with custom Input component for consistency and reusability
2023-07-20 18:09:46 -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
01a473d73b Merge branch 'dev' into modalRefactor 2023-07-20 17:24:35 -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
Gabriel Luiz Freitas Almeida
d5577c78a4
build(deps): bump aiohttp from 3.8.4 to 3.8.5 (#664) 2023-07-20 13:23:49 -03:00
dependabot[bot]
608445eb73
build(deps): bump aiohttp from 3.8.4 to 3.8.5
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.8.5.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.4...v3.8.5)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-20 16:19:32 +00: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
8f6e8f9e91 Fixed bug that has been fixed at CustomComponents 2023-07-20 10:12:29 -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
Igor Carvalho
21d63be4b4 Add inline code documentation 2023-07-19 17:48:12 -03:00
Igor Carvalho
6867984659 Add pages functions documentation 2023-07-19 17:48:12 -03:00
Lucas Oliveira
62bcfdeaa9 Fixed bug where prompt modal not saving, but there is no Clean Edges now 2023-07-19 11:03:44 -03:00
anovazzi1
0e477428b5
Add generic icon component (#637)
Add a generic component to generate all project icons
2023-07-18 18:55:20 -03:00
anovazzi1
d14d7fcc92 fix codacity issues 2023-07-18 18:51:15 -03:00
anovazzi1
1be753149d fix(AccordionComponent): add keyValue prop to AccordionComponent to fix missing key error
fix(AccordionComponent): remove unused import statements from AccordionComponent
fix(accordion.tsx): remove unnecessary className from AccordionContent component
fix(index.css): remove unnecessary cursor property from .AccordionContent class
fix(ApiModal): add keyValue prop to AccordionComponent in ApiModal to fix missing key error
fix(formModal): remove unused import statements from formModal
fix(formModal): replace Accordion, AccordionContent, AccordionItem, and AccordionTrigger components with AccordionComponent in formModal
fix(formModal): add keyValue prop to AccordionComponent in formModal to fix missing key error
fix(index.ts): add keyValue prop to AccordionComponentType to fix missing key error
fix(tailwind.config.js): remove unused keyframes and animation properties from tailwind.config.js
2023-07-18 18:38:19 -03:00
Lucas Oliveira
dbb9b8ab81 Fixed disableCopyPaste on modals 2023-07-18 18:22:22 -03:00
Igor Carvalho
5f8efd244e formated code 2023-07-18 18:22:20 -03:00
Igor Carvalho
1ff7dca09e feat: Add remaining icons (Slack, Wikipedia and Wolfram) 2023-07-18 18:21:03 -03:00
anovazzi1
8d4031dec0
Refactor Accordion Component for Shared Usage (#653)
This pull request aims to refactor the Accordion Component to enable its
shared usage by both the formModal (chat) component and the Tweaks
component. By making the necessary modifications, we can eliminate code
duplication and improve maintainability across the application.
2023-07-18 16:15:31 -03:00
anovazzi1
c77048c7ca chore(genericIconComponent): update import path for nodeIconsLucide in IconComponent to reflect new location in styleUtils 2023-07-18 15:05:05 -03:00
anovazzi1
d8acf8cb8d fix import 2023-07-18 14:53:08 -03:00
anovazzi1
17c6c7e528 Merge branch 'refactorUtils' into generic_icon_component 2023-07-18 12:51:08 -03:00
anovazzi1
38f3cb0a1a Merge branch 'dev' into refactorUtils 2023-07-18 12:18:25 -03:00
anovazzi1
2446759943 Merge branch 'dev' into generic_icon_component 2023-07-18 12:16:34 -03:00
anovazzi1
06dc663467 change TWstyle to className 2023-07-18 11:48:49 -03:00
anovazzi1
3aaeee42fe fix bug on tooltip with div wrapping 2023-07-18 11:43:59 -03:00
anovazzi1
13770a87f3 refactor(genericIconComponent): remove console.log statement in IconComponent function to improve code cleanliness and remove unnecessary logging 2023-07-18 11:20:07 -03:00
anovazzi1
9cf639841f update name from style to TWstyle to avoid conflicts 2023-07-18 11:15:25 -03:00