Commit graph

11,619 commits

Author SHA1 Message Date
Lucas Oliveira
20b2aa04b6 Hidden unused settings 2024-04-30 00:27:28 +02:00
Lucas Oliveira
610fd94cf8 Changed position of page 2024-04-30 00:26:17 +02:00
Lucas Oliveira
d503b74a3f Added shortcuts into right page 2024-04-30 00:18:24 +02:00
Lucas Oliveira
2864fd1cc0 Added shortcuts page 2024-04-30 00:16:59 +02:00
Lucas Oliveira
ac46b2b6c9 Passed Table props to page 2024-04-30 00:11:59 +02:00
igorrCarvalho
7e95ca9689 merge feature/ui_table into feature/ui_table 2024-04-29 19:01:27 -03:00
igorrCarvalho
de57b0955f Feat: Create Shortcuts page on settings 2024-04-29 19:00:18 -03:00
Lucas Oliveira
1497e86ea8 Fixed PageComponent shortcuts not considering shift 2024-04-29 23:51:11 +02:00
Lucas Oliveira
dc5eebedfb Fixed Code shortcut 2024-04-29 23:37:31 +02:00
Lucas Oliveira
1b3d62c5ca Merge remote-tracking branch 'origin/dev' into node-shortcuts-refactor 2024-04-29 23:28:51 +02:00
Lucas Oliveira
cfff4e3f1e Fixed double click on description opening Settings modal 2024-04-29 23:28:18 +02:00
cristhianzl
b06501a4c9 (JsonInput.py): add a new component called "JsonInput" to handle JSON input data in the language flow system
 (KeyPairInput.py): add a new component called "KeyPairInput" to handle dictionary input data in the language flow system
 (CSVOutput.py): add a new component called "CSVOutput" to handle CSV output data in the language flow system
 (ImageOutput.py): add a new component called "ImageOutput" to handle image output data in the language flow system
 (JsonOutput.py): add a new component called "JsonOutput" to handle JSON output data in the language flow system
 (PDFOutput.py): add a new component called "PDFOutput" to handle PDF output data in the language flow system
📝 (App.css): update CSS to improve readability and formatting
📝 (parameterComponent/index.tsx): fix a bug where rangeSpec is not properly accessed in the FloatComponent
📝 (cardComponent/index.tsx): update the CollectionCardComponent to include a new button for opening the playground and handle the opening and closing of the IOModal

📝 (codeTabsComponent/index.tsx): fix conditional rendering of InputListComponent by using optional chaining operator to check if the list property exists in the template object
📝 (keypairListComponent/index.tsx): refactor the initialization of the ref variable to handle both empty and non-empty values correctly
📝 (constants.ts): add "JsonInput" and "JsonOutput" to the INPUT_TYPES and OUTPUT_TYPES constants to support JSON input and output components
📝 (editNodeModal/index.tsx): fix conditional rendering of InputListComponent by using optional chaining operator to check if the list property exists in the template object
📝 (ioFieldView/components/JSONInput/index.tsx): add JSONInput component to handle JSON input in the IOFieldView component
📝 (ioFieldView/components/keyPairInput/index.tsx): add keyPairInput component to handle key-value pair input in the IOFieldView component

 (IOFieldView/index.tsx): add useState import to use state hook in functional component
 (IOFieldView/index.tsx): add support for KeyPairInput component in IOFieldView
 (IOFieldView/index.tsx): add support for JsonInput component in IOFieldView
 (IOFieldView/index.tsx): add support for JsonOutput component in IOFieldView
📝 (dictAreaModal/index.tsx): add useDarkStore import to use dark mode state in DictAreaModal component
📝 (classes.css): add CSS classes for json-view component in different themes
📝 (types/components/index.ts): remove duplicate InputGlobalComponentType definition
2024-04-29 18:07:53 -03:00
Lucas Oliveira
df8cbff32f Added Add New Variable 2024-04-29 23:03:27 +02:00
anovazzi1
c7b3078557 Merge branch 'feature/ui_table' of personal:logspace-ai/langflow into feature/ui_table 2024-04-29 15:58:03 -03:00
anovazzi1
979dae8c49 Add extractFieldsFromComponenents function to reactflowUtils.ts 2024-04-29 15:57:46 -03:00
Lucas Oliveira
793a025163 Fixed title of global pages 2024-04-29 19:23:07 +02:00
anovazzi1
1e7438115c Merge branch 'feature/ui_table' of personal:logspace-ai/langflow into feature/ui_table 2024-04-29 14:22:07 -03:00
anovazzi1
8dac69708f Add avaliableFields functionality to GlobalVariablesStore 2024-04-29 14:22:04 -03:00
Lucas Oliveira
f14b8831bf Modified title to be on pair with modals 2024-04-29 19:18:03 +02:00
Lucas Oliveira
51a3d65114 Fixed editability of variable name 2024-04-29 19:08:14 +02:00
Lucas Oliveira
01ebe97f3a Fixed footer height 2024-04-29 19:05:18 +02:00
Gabriel Luiz Freitas Almeida
c6b4101d69
Update Docker image references to langflowai in GitHub workflows and Docker Compose files (#1793)
* Update Docker image references to langflowai in GitHub workflows and Docker Compose files
2024-04-29 13:38:18 -03:00
Gabriel Luiz Freitas Almeida
350a62d032 Update package versions in pyproject.toml and poetry.lock 2024-04-29 11:28:47 -03:00
Gabriel Luiz Freitas Almeida
3f07a39f5b
Fix created_at field type in Variable and ApiKey models (#1792)
* Fix created_at field type in Variable model

* Fix created_at field type in ApiKey model

* Fix error handling in add_row_to_table function

#1790

* Apply type hinting to nest_asyncio import in load.py
2024-04-29 11:26:45 -03:00
anovazzi1
736ce22546
Add ExportModal component to ShareModal (#1789)
* Add ExportModal component to ShareModal

* Refactor ShareModal component to conditionally render ExportModal and Export button based on is_component flag
2024-04-29 11:22:57 -03:00
Gabriel Luiz Freitas Almeida
366ce591cb Add default_fields column to the variable table 2024-04-29 09:53:56 -03:00
Lucas Oliveira
7b79bfeeaf Fixed sizing and colors to fit blocks table 2024-04-28 23:33:35 +02:00
Lucas Oliveira
3696aef557 Fixed colors with the variables 2024-04-28 23:11:57 +02:00
Lucas Oliveira
358f53d837 Added pagination 2024-04-28 23:00:21 +02:00
Lucas Oliveira
be0bb51254 Updated colors on dark mode 2024-04-28 22:50:09 +02:00
Lucas Oliveira
04d723d405 Fixed colors of AG Grid 2024-04-28 19:42:41 +02:00
anovazzi1
dfc62752f3 Add uniqueId function from lodash to cloneFLowWithParent in storeUtils.ts 2024-04-27 20:53:29 -03:00
Gabriel Luiz Freitas Almeida
8f46ea04ef Update package versions in pyproject.toml and poetry.lock 2024-04-27 18:24:25 -03:00
Rodrigo Nader
02b68daea1
Apply nest_asyncio to enable asyncio event loop nesting in process.py (#1784)
* Apply nest_asyncio to enable asyncio event loop nesting in process.py

* Apply nest_asyncio to enable asyncio event loop nesting in load.py

---------

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@logspace.ai>
2024-04-27 18:22:16 -03:00
Rodrigo Nader
082c02ff18 Add CombineTextsUnsortedComponent to langflow components 2024-04-27 16:39:08 -03:00
anovazzi1
32bfca24d0 Fix useEffect dependency in PlaygroundPage component 2024-04-26 17:59:05 -03:00
anovazzi1
171ebb2321 fix api call 2024-04-26 17:57:29 -03:00
anovazzi1
48ec18b6e5 Refactor API index.ts to pass data object as a parameter in getVerticesOrder function 2024-04-26 17:43:43 -03:00
anovazzi1
84dc98db4b Fix useEffect dependency in PlaygroundPage component 2024-04-26 17:35:19 -03:00
anovazzi1
c5b9419e52 Fix useEffect dependency in PlaygroundPage component 2024-04-26 17:33:56 -03:00
anovazzi1
4a6b13a7c7 first attempt playground page 2024-04-26 17:23:40 -03:00
Gabriel Luiz Freitas Almeida
c77d458b25 Refactor retrieve_vertices_order function in chat.py to use Annotated type hinting for data parameter 2024-04-26 16:41:22 -03:00
anovazzi1
2474cd348e Refactor CollectionCardComponent to improve code readability and fix loadingPlayground state handling 2024-04-26 13:40:54 -03:00
Mendon Kissling
6a06af1cb2
[Docs] - Intro, Install, Quickstart workflow (#1765)
* Modified the general Getting Started flow to be clearer and faster.
2024-04-26 10:49:39 -04:00
Mendon Kissling
ca16afebf7 cleanup-learn-more 2024-04-26 10:46:25 -04:00
Mendon Kissling
eba12a4d9f title-case-and-sidebars 2024-04-26 10:33:13 -04:00
Mendon Kissling
62000ad3f3 pre 2024-04-26 10:16:14 -04:00
Mendon Kissling
0b05c8df00 starter-flows-in-sidebar 2024-04-26 10:12:51 -04:00
Mendon Kissling
9370972e4e Merge branch 'dev' into introduction-quickstart-install 2024-04-26 10:05:37 -04:00
Mendon Kissling
ffde79fd5f qa-and-memory-content 2024-04-26 10:05:30 -04:00