Commit graph

3,222 commits

Author SHA1 Message Date
anovazzi1
6ee309ab22 formated code 2023-07-17 19:31:12 -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
Igor Carvalho
b156d68cac refactor[src/components/ExtraSideBarComponent/index.tsx]: Remove duplicate side bar component 2023-07-17 15:29:00 -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
Igor Carvalho
c332050788 feat[utils.ts]:Add hard-coded icons into lucide utils icon object 2023-07-14 17:05:27 -03:00
anovazzi1
18820facbb added fallback icon in IconComponent 2023-07-14 15:27:53 -03:00
anovazzi1
2f1b675122 format code 2023-07-14 15:19:52 -03:00
anovazzi1
7d2f853630 added enum type for Icon method 2023-07-14 15:18:36 -03:00
Igor Carvalho
c6e7e9cad4 feat[genericIconComponent]: Add a lucide method to the icon component 2023-07-13 19:58:55 -03:00
Igor Carvalho
e72010ca40 Remove unnecessary imports 2023-07-13 18:49:18 -03:00
Igor Carvalho
aa86b623ef
Add a SVG method to the icon component (#645) 2023-07-13 18:30:48 -03:00
Igor Carvalho
d9af07b81b
Merge branch 'generic_icon_component' into icon_conflits 2023-07-13 18:30:28 -03:00
Igor Carvalho
6c9220ec1e feat[genericIconComponent]: Add a SVG method to the icon component 2023-07-13 18:28:10 -03:00
Igor Carvalho
49c0319e91 fix(src/icons): use lib to fix svg import error 2023-07-12 18:14:12 -03:00
Lucas Oliveira
3b41e189d3 Chat behavior fixed when there is no input variables empty 2023-07-11 23:04:36 -03:00
Lucas Oliveira
fcfe927255 changed separator 2023-07-11 22:53:41 -03:00
Lucas Oliveira
6a9c00bd3a Merge branch 'dev' of github.com:logspace-ai/langflow into dev 2023-07-11 22:51:17 -03:00
Lucas Oliveira
6ba70af2b9 added padding on highlight 2023-07-11 22:50:12 -03:00
Rodrigo Nader
717c8400fe change dark primary color 2023-07-11 22:42:35 -03:00
Lucas Oliveira
562792938e Fixed notification center styling 2023-07-11 22:32:19 -03:00
Lucas Oliveira
fb10a0d5f4 Fixed UI of Prompt Modal on Generic Modal 2023-07-11 22:29:00 -03:00
Lucas Oliveira
4ece1f13ff Fixed button appearing at start 2023-07-11 21:35:31 -03:00
Lucas Oliveira
9ec48cbd17 Fixed generic modal to use baseModal and fixed inputVariables to show on footer 2023-07-11 21:33:13 -03:00
Lucas Oliveira
7979f3c02e Fixed constant not used correctly 2023-07-11 21:08:21 -03:00
Lucas Oliveira
aba0ed40da Edit Prompt modal and other generic modals spacing fixed 2023-07-11 21:06:35 -03:00
Lucas Oliveira
d15c5636a2 Fixed bug on chatMessage 2023-07-11 20:33:46 -03:00
Lucas Oliveira
2c1203c437 Fixed colors on formModal 2023-07-11 20:20:21 -03:00
Lucas Oliveira
0471e99a86 Fixed useEffect bug 2023-07-11 19:58:33 -03:00
anovazzi1
bbdd98209a fix(chatInput): fix CSS class name in ChatInput component to use "bg-background" instead of "bg-input" when form-modal-lock-false condition is met 2023-07-11 18:50:22 -03:00
Gabriel Luiz Freitas Almeida
ee55d729e3
Adds better prompt experience and many other improvements (#621) 2023-07-11 18:35:56 -03:00
anovazzi1
7dc0930ba4 Merge branch 'form_io' of personal:logspace-ai/langflow into form_io 2023-07-11 18:29:41 -03:00
anovazzi1
3f147286ce fix bg of chat input 2023-07-11 18:29:10 -03:00
Gabriel Luiz Freitas Almeida
c159f71b83 🐛 fix(test_chains_template.py): set "show" property of "verbose" to False in conversation_chain, llm_chain, and llm_math_chain tests to fix failing tests due to incorrect value 2023-07-11 18:03:39 -03:00
anovazzi1
f05285e703 added background to fix bug on linux 2023-07-11 17:24:08 -03:00
anovazzi1
33d55ef605 added background to fix bug on linux 2023-07-11 17:22:52 -03:00
Gabriel Luiz Freitas Almeida
39c20fe46b 🐛 fix(EditNodeModal): remove unnecessary whitespace
🐛 fix(exportModal): remove unnecessary whitespace
🐛 fix(tailwind.config.js): fix keyframes names and add missing comma
2023-07-11 17:18:43 -03:00
Gabriel Luiz Freitas Almeida
5001416716 ⬆️ chore(pyproject.toml): update httpx dependency to use wildcard version to allow any compatible version 2023-07-11 17:17:41 -03:00
Gabriel Luiz Freitas Almeida
77ba780d0e 🐛 fix(custom.py): add handle_parsing_errors=True to VectorStoreAgent, SQLAgent, and VectorStoreRouterAgent classes to handle parsing errors during execution
🐛 fix(loading.py): add handle_parsing_errors=True to instantiate_agent and load_agent_executor functions to handle parsing errors during agent instantiation and loading
2023-07-11 17:17:40 -03:00
Igor Carvalho
3de654c8df refactor(google.svg): Add better google svg icon 2023-07-11 17:13:55 -03:00
anovazzi1
cfa13df98d refactor(chatMessage/index.tsx): improve code readability and fix rendering issue
The code in the `ChatMessage` component has been refactored to improve code readability and fix a rendering issue.

- In line 10, the `div` element has been updated to include the `flex flex-col` class for better styling.
- In lines 16-18, the conditional rendering of the `template` has been simplified by removing unnecessary ternary operator and curly braces.
- In lines 21-34, the rendering of the `template` has been updated to correctly split the text into lines and replace placeholders with values.
- In lines 37-39, a line break element (`<br />`) has been added for better visual separation.
- In lines 41-43, the rendering of the `chat.message[chat.chatKey]` has been moved outside the `span` element for correct rendering.

These changes improve the readability of the code and fix the rendering issue in the `ChatMessage` component.
2023-07-11 16:00:56 -03:00
Igor Carvalho
c312c56b14 Merge branch 'form_io' of github.com:logspace-ai/langflow into form_io 2023-07-11 15:55:17 -03:00
Igor Carvalho
18f2c58c72 refactor: Add exportModal tailwind constants and remove dark classes 2023-07-11 15:55:05 -03:00
anovazzi1
63e8e927e7 fix(parameterComponent): add null check before calling cleanEdges to prevent error when reactFlowInstance is null 2023-07-11 15:29:48 -03:00