Igor Carvalho
91e0bf7a01
refactor: Change types to types folder
2023-07-25 20:43:11 -03:00
Igor Carvalho
ff2eb2d13d
refactor[genericIconComponent]: Refactor icon to type it properly
2023-07-25 19:48:13 -03:00
Igor Carvalho
f11c41644c
refactor[utils.ts]: Remove and change wrong types
2023-07-25 18:01:35 -03:00
Igor Carvalho
af66bc6927
Add comments to Otávio help
2023-07-24 16:47:50 -03:00
Igor Carvalho
d09e07e12d
Formated code
2023-07-24 16:17:32 -03:00
Igor Carvalho
e40628a069
refactor: Remove any types
2023-07-24 16:15:29 -03:00
Igor Carvalho
53a20ecccf
refactor[modals]: Remove any types
2023-07-24 14:10:38 -03:00
Igor Carvalho
4fc636cb9b
refactor[EditNodeModal]: Remove any types
2023-07-24 13:20:29 -03:00
Igor Carvalho
6113aae86f
Refactor[NodeModal]: Remove unnused code (NodeModal)
2023-07-21 17:08:15 -03:00
Igor Carvalho
76a0a40656
refactor[modals]: Add types to functions that didnt have it
2023-07-20 18:24:04 -03:00
Igor Carvalho
3a055b7411
refactor[alerts]: Add types to functions that didnt have it
2023-07-20 18:01:06 -03:00
Igor Carvalho
b5c6b06b3c
refactor[components]: Add types to functions that didnt have it
2023-07-20 17:58:48 -03:00
Igor Carvalho
84b2fb8aae
refactor[CustomNodes]: Add types to functions that didnt have it
2023-07-20 17:12:50 -03:00
Igor Carvalho
fff6e494db
refactor[src/pages]: Add types to pages functions that didnt have it
2023-07-20 16:50:32 -03:00
Igor Carvalho
54f1f5c504
refactor[utils.ts]: Add type to functions that didnt have it
2023-07-20 16:02:09 -03:00
Igor Carvalho
33ea356eba
Merge dev into types_refactor
2023-07-20 13:31:18 -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
7601fca2f7
Format code
2023-07-19 18:07:51 -03:00
Igor Carvalho
f990b0e39b
refactor[baseModal]: Move baseModal types to types directorie
2023-07-19 18:01:15 -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
Igor Carvalho
bfee2ffe70
refactor[undoRedoContext]: Move undoRedoContext types to types directorie
2023-07-19 17:39:36 -03:00
Igor Carvalho
ca8e8e3f08
refactor[locationContext]: Move type locationContextType to types directorie
2023-07-19 17:30:41 -03:00
Igor Carvalho
2c8b0e1aaf
refactor[darkContext]: Move type darkContextType to types directorie
2023-07-19 17:27:09 -03:00
Igor Carvalho
a2ebec1a87
refactor[alertContext]: Move type alertContextType to types directorie
2023-07-19 17:20:34 -03:00
Igor Carvalho
67be60c937
refactor[loadingComponent]: Move type LoadingComponentProps to types directorie
2023-07-19 17:14:17 -03:00
Igor Carvalho
83772eeefd
refactor[ReactTooltipComponent]: Move type TooltipProps to types directorie
2023-07-19 17:11:56 -03:00
Igor Carvalho
7ca0f8d60d
refactor[EditFlowSettingsComponent]: Move type InputProps to types directorie
2023-07-19 17:05:40 -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
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
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
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
Cristhian Zanforlin Lousa
cef7ceb2c9
🐛 fix(AccordionComponent): change comparison operator from '==' to '===' to ensure strict equality comparison
2023-07-18 10:44:08 -03:00
Cristhian Zanforlin Lousa
40b656c8d4
🔀 merge(AccordionComponent/index.tsx): resolve merge conflict in AccordionComponent/index.tsx file
...
🐛 fix(AccordionComponent/index.tsx): remove unnecessary code after resolving merge conflict
2023-07-17 19:55:00 -03:00
Cristhian Zanforlin Lousa
c602fe5347
🐛 fix(AccordionComponent): resolve merge conflict in AccordionComponent/index.tsx
...
🐛 fix(AccordionComponent): add missing className to AccordionContent in AccordionComponent/index.tsx
🔧 chore(tailwind.config.js): fix syntax error in tailwind.config.js
2023-07-17 19:54:32 -03:00
Cristhian Zanforlin Lousa
0669a3e148
🎨 style(formModal): add custom-scroll class to Textarea component for custom styling
...
🎨 style(tailwind.config.js): add cursor: auto to scrollbar styles for better user experience
2023-07-17 19:50:52 -03:00
Igor Carvalho
56eb70674a
refactor[genericIconComponent]: Remove unnecessary svg method function
2023-07-17 19:47:15 -03:00
Igor Carvalho
5af49e5a36
refactor[genericIconComponent]: Remove unnecesary switch case
2023-07-17 19:43:46 -03:00
Cristhian Zanforlin Lousa
662d4e81ae
🔧 chore(AccordionComponent): reformat code to improve readability and maintain consistent code style
2023-07-17 19:41:04 -03:00