Gabriel Luiz Freitas Almeida
a21345ff44
Merge branch 'main' into dev
2023-07-21 11:16:27 -03:00
Gabriel Luiz Freitas Almeida
1ab0dd6257
🐛 fix(main.py): add error handling for non-existent static files directory
2023-07-20 07:11:46 -03:00
Gabriel Luiz Freitas Almeida
55f468be3d
🐛 fix(chat.py): add exception logging to track errors in stream_build function
2023-07-20 06:59:04 -03:00
Gabriel Luiz Freitas Almeida
e648ac4f41
🐛 fix(types.py): convert avg_length to an integer to improve readability in DocumentLoaderVertex and TextSplitterVertex
2023-07-20 06:58:39 -03:00
Gabriel Luiz Freitas Almeida
0cf37f4f1f
🐛 fix(base.py): add check to initialize empty list for params[key] if it doesn't exist before extending it with built values
...
Fixes textsplitter error #661
2023-07-20 06:58:21 -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
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
Gabriel Luiz Freitas Almeida
ab61890997
🔀 refactor(main.py): extract get_static_files_dir() function to improve code readability and reusability
...
🔀 refactor(main.py): simplify setup_app() function by using get_static_files_dir() function to get static files directory
2023-07-18 07:26:30 -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
Cristhian Zanforlin Lousa
f9fdc6786c
🐛 fix(AccordionComponent/index.tsx): remove border from AccordionItem to improve visual consistency
...
✨ feat(AccordionComponent/index.tsx): add className "AccordionContent" to AccordionContent component for styling purposes
2023-07-17 19:40:23 -03:00
Cristhian Zanforlin Lousa
eb76a51266
formatting
2023-07-17 19:32:37 -03:00
Cristhian Zanforlin Lousa
d0f477e605
formatting code
2023-07-17 19:31:50 -03:00
anovazzi1
6ee309ab22
formated code
2023-07-17 19:31:12 -03:00
Cristhian Zanforlin Lousa
0db3ed20d8
🐛 fix(AccordionComponent): change trigger prop type to accept string or ReactElement to improve flexibility
...
✨ feat(AccordionComponent): add keyValue prop to uniquely identify each accordion item for better performance and stability
🐛 fix(ApiModal): add keyValue prop to AccordionComponent to uniquely identify each accordion item for better performance and stability
🐛 fix(formModal): remove unused imports and replace Accordion, AccordionContent, AccordionItem, and AccordionTrigger with AccordionComponent
✨ feat(formModal): add keyValue prop to AccordionComponent to uniquely identify each accordion item for better performance and stability
🐛 fix(types): change trigger prop type in AccordionComponentType to accept string or ReactElement to improve flexibility
2023-07-17 19:30:39 -03:00
Igor Carvalho
2fc55105db
refactor: Remove unnused code
2023-07-17 19:21:26 -03:00
Igor Carvalho
7a9abc2af5
refactor[GenericNode]: Remove unnused code
2023-07-17 19:06:46 -03:00
Igor Carvalho
010f502adc
refactor[tabsContext]: Remove unnused code
2023-07-17 15:57:29 -03:00
Igor Carvalho
3249f0153e
refactor[promptComponent]: Remove unnused code
2023-07-17 15:54:40 -03:00
Cristhian Zanforlin Lousa
69380447b0
🎨 style(AccordionComponent): change border style of AccordionItem to improve visual consistency
2023-07-17 15:46:25 -03:00
Igor Carvalho
b156d68cac
refactor[src/components/ExtraSideBarComponent/index.tsx]: Remove duplicate side bar component
2023-07-17 15:29:00 -03:00
Cristhian Zanforlin Lousa
8317fecc24
🎨 style(index.css): add animation for accordion content to slide down and slide up for better user experience
...
🔧 chore(tailwind.config.js): remove unused keyframes and animations related to accordion
2023-07-17 15:27:15 -03:00
Igor Carvalho
709e3ef0e7
refactor[cardComponent]: Remove unnused code
2023-07-17 14:40:08 -03:00
Igor Carvalho
c6ffb9a698
refactor<genericIconComponent>: Remove unnused SVG icon method
2023-07-17 14:14:33 -03:00
Igor Carvalho
1dcabe6751
Remove console.log
2023-07-16 17:51:30 -03:00
Igor Carvalho
5486e31d14
feat[GenericNode]: Change GenericNode icon to generic icon
2023-07-16 17:50:13 -03:00
Igor Carvalho
8101bbc21e
feat: Change hard coded lucide icons to generic icon component
2023-07-14 20:55:24 -03:00
Gabriel Luiz Freitas Almeida
82b973de43
🔧 fix(frontend_node/textsplitters.py): add is_list=True to the 'documents' parameter to indicate it is a list
...
🔧 fix(frontend_node/vectorstores.py): add is_list=True to the 'field' parameter to indicate it is a list
2023-07-14 18:37:30 -03:00
Lucas Oliveira
7048196682
Fixed tweaks appearing as list
2023-07-14 17:53:08 -03:00