Commit graph

4,802 commits

Author SHA1 Message Date
cristhianzl
63eee10f2e Merge branch 'two_edges' of https://github.com/langflow-ai/langflow into two_edges 2024-06-17 10:48:44 -03:00
cristhianzl
7e8928f88b removing pdb and function name 2024-06-17 10:48:34 -03:00
Lucas Oliveira
10e0472092 Using lodash-es instead of normal lodash 2024-06-17 10:46:27 -03:00
Lucas Oliveira
07bf5e1573 Upgraded NPM packages versions, fixed SVG loadings and removed DaisyUI 2024-06-17 10:46:27 -03:00
anovazzi1
2a3f095668 Merge branch 'two_edges' of personal:langflow-ai/langflow into two_edges 2024-06-17 10:33:09 -03:00
anovazzi1
ad18b0c018 add border on readOnly 2024-06-17 10:33:01 -03:00
cristhianzl
55496cd9de add empty text on empty value chat 2024-06-17 10:32:40 -03:00
anovazzi1
72a1a249ae chore: Add displayProxy function to OutputComponent 2024-06-17 10:28:53 -03:00
cristhianzl
d59f0b4034 fix folders changing orders when editing a name 2024-06-17 10:20:04 -03:00
cristhianzl
fcf4512210 merge dev into two_edges 2024-06-17 10:01:28 -03:00
Igor Carvalho
30eacad94a
General fixes related to shortcuts icons (#2179)
* Fix: center command icon for macOS

* Fix: Add visual shortcut to undo and redo

* code format

---------

Co-authored-by: anovazzi1 <otavio2204@gmail.com>
2024-06-17 09:16:53 -03:00
Rodrigo
0d609b9376 feat: Add Prompt component to prompts/__init__.py 2024-06-15 22:18:03 -03:00
Gabriel Luiz Freitas Almeida
57403d7b65
Update Prettier and add trailing comma (#2187)
* chore: Update prettier-plugin-tailwindcss to version 0.6.4

* Add trailing comma
2024-06-15 06:53:45 -07:00
Gabriel Luiz Freitas Almeida
dfc008b383
Update dependencies and fix docs (#2186)
* chore: Update chardet package to version 5.2.0

* chore: Update Docker build workflow to support multiple platforms and add container testing

* chore: Update pre-release workflow to include CLI testing

* chore: Update npm install command in lint-js.yml workflow

* chore: Update eslint and prettier versions in package.json

* fix: remove .mdx from link in docs

* Merge remote-tracking branch 'origin/dev' into update
2024-06-15 06:37:34 -07:00
anovazzi1
9fdd7aa5f8 update error view in new logs 2024-06-14 20:26:19 -03:00
Lucas Oliveira
6a3e4817ed Fixed badges exhibition and genericModal footer 2024-06-14 19:05:32 -03:00
Lucas Oliveira
fd39e4bd6f Refactored Logs header 2024-06-14 19:05:32 -03:00
anovazzi1
6d8482f829 refactor: Add badge rendering for success and failure values in TableAutoCellRender 2024-06-14 18:32:44 -03:00
Igor Carvalho
e265ee6c23
Refactor: Remove blue border when agGrid input are focused (#2178) 2024-06-14 18:21:36 -03:00
Lucas Oliveira
55fdebe3bb Fixed ShadTooltip appearing when Accordion is not disabled 2024-06-14 18:19:13 -03:00
anovazzi1
0cc2d1efc9 fix: Update AccordionTrigger content to display "Open" when not disabled 2024-06-14 18:17:40 -03:00
Lucas Oliveira
50e44c674b Fixed BaseModal text padding 2024-06-14 18:08:31 -03:00
Lucas Oliveira
91074d9057 Fixed prompt modal oveflow 2024-06-14 17:51:45 -03:00
Lucas Oliveira
1715898593 Fixed prompt modal oveflow 2024-06-14 17:47:49 -03:00
anovazzi1
a6c9e0535f refactor: Update IOFieldView to use 'text' instead of 'result' for textOutputValue 2024-06-14 17:47:05 -03:00
anovazzi1
e8d673debf fix prompt variables 2024-06-14 17:21:35 -03:00
anovazzi1
49db8a847c update logs to new format 2024-06-14 17:10:50 -03:00
ogabrielluiz
bff50ad3c5 refactor: Update index type in ParameterComponentType 2024-06-14 17:01:50 -03:00
cristhianzl
63497586d8 ♻️ (tableComponent): remove unnecessary comma and autoHeight property
 (ShortcutsPage): add conditional rendering for TableComponent to handle empty data
2024-06-14 17:01:50 -03:00
cristhianzl
bc6304b338 ♻️ (tableComponent): remove toTitleCase utility function to simplify headerName assignment
💡 (utils.ts): remove unnecessary commas and improve code readability
2024-06-14 17:01:50 -03:00
cristhianzl
1c896924d6 (tests): add zoom actions to end-to-end tests for better view control
 (tests): update locators in chatInputOutput.spec.ts for element accuracy
 (tests): import dotenv and path in end-to-end tests for environment config
 (tests): add control-click actions in group.spec.ts for multi-select testing
 (tests): update text assertions in logs.spec.ts for consistency with UI changes
2024-06-14 17:01:00 -03:00
Lucas Oliveira
6685ca32bb Fixed table header displaying Title Case instead of normal 2024-06-14 17:01:00 -03:00
Lucas Oliveira
6322827ad6 Fixed not being able to copy anywhere 2024-06-14 17:01:00 -03:00
Lucas Oliveira
647df8a592 Fixed error color and padding 2024-06-14 17:00:47 -03:00
Lucas Oliveira
f1be3ddf99 Fixed grabbing to override children 2024-06-14 17:00:47 -03:00
Lucas Oliveira
efda9ccb89 Changed icon of message 2024-06-14 17:00:47 -03:00
Lucas Oliveira
bbf794cac2 Fixed badge size on Advanced modal 2024-06-14 17:00:47 -03:00
Lucas Oliveira
7ceaefd651 Fixed if/else that is not on useEffect 2024-06-14 17:00:47 -03:00
ogabrielluiz
1ba029a8b0 feat: Add endpoint_name field to saveFlowToDatabase function 2024-06-14 16:51:48 -03:00
cristhianzl
d8b72fd158 merge fix 2024-06-14 16:39:20 -03:00
cristhianzl
66b7189c31 (tests): add zoom actions to end-to-end tests for better view control
 (tests): update locators in chatInputOutput.spec.ts for element accuracy
 (tests): import dotenv and path in end-to-end tests for environment config
 (tests): add control-click actions in group.spec.ts for multi-select testing
 (tests): update text assertions in logs.spec.ts for consistency with UI changes
2024-06-14 16:38:15 -03:00
ogabrielluiz
a5df1c109a Format frontend 2024-06-14 16:32:13 -03:00
ogabrielluiz
ce415fc346 feat: Add endpoint_name to export modal and handle export flows 2024-06-14 15:58:50 -03:00
cristhianzl
2ca258e31a ♻️ (tableComponent): remove unnecessary comma and autoHeight property
 (ShortcutsPage): add conditional rendering for TableComponent to handle empty data
2024-06-14 15:48:52 -03:00
Lucas Oliveira
b0eed97964 Merge remote-tracking branch 'origin/dev' into fix/dev_bugs 2024-06-14 15:20:46 -03:00
ogabrielluiz
3c9948e2c3 Add logHasMessage and logTypeIsUnknown functions 2024-06-14 15:04:47 -03:00
cristhianzl
30cd13a7da ♻️ (tableComponent): remove toTitleCase utility function to simplify headerName assignment
💡 (utils.ts): remove unnecessary commas and improve code readability
2024-06-14 14:30:32 -03:00
ogabrielluiz
c73eb44842 Merge branch 'two_edges' of https://github.com/langflow-ai/langflow into two_edges 2024-06-14 14:26:07 -03:00
ogabrielluiz
6784332bb3 Merge remote-tracking branch 'origin/dev' into two_edges 2024-06-14 14:13:42 -03:00
cristhianzl
3f8e6f0c46 refactor: Improve handling of template_dicts inputs in Vertex class 2024-06-14 14:05:22 -03:00