Commit graph

3,484 commits

Author SHA1 Message Date
anovazzi1
bfe35b4e46 Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration 2024-03-06 17:10:02 -03:00
anovazzi1
66139eebf0 Add NewFlowCard2 component and UndrawCardComponent 2024-03-06 17:09:59 -03:00
Gabriel Luiz Freitas Almeida
cff2563ee1 Format 2024-03-06 15:35:54 -03:00
anovazzi1
f44776934d Refactor CollectionCardComponent to handle flow icons and backgrounds 2024-03-06 15:05:53 -03:00
anovazzi1
b388873d1b Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration 2024-03-06 15:01:45 -03:00
anovazzi1
9f1d2878df Add emoji support to CollectionCardComponent 2024-03-06 14:56:56 -03:00
Gabriel Luiz Freitas Almeida
4daf4ffc81 Fix variable name and simplify if statements 2024-03-06 14:56:36 -03:00
Gabriel Luiz Freitas Almeida
1a8891134c Add parameterUtils.ts file with handleUpdateValues and throttledHandleUpdateValues functions 2024-03-06 14:56:19 -03:00
Gabriel Luiz Freitas Almeida
0044622d3a Fix formatting and remove unused code 2024-03-06 14:54:39 -03:00
Gabriel Luiz Freitas Almeida
1d9aed286a Add CodeErrorDataTypeAPI and ResponseErrorTypeAPI to types/api 2024-03-06 14:47:25 -03:00
Gabriel Luiz Freitas Almeida
1753b17053 Add isList prop and update onChange function 2024-03-06 14:46:55 -03:00
Gabriel Luiz Freitas Almeida
aa85b572c3 Add experimental node color and name 2024-03-06 14:24:02 -03:00
Gabriel Luiz Freitas Almeida
e9db0bffc0 Fix conditional check in ApiModal 2024-03-06 11:46:12 -03:00
Gabriel Luiz Freitas Almeida
aa1515a96d Add sortFields function to utils.ts 2024-03-06 11:46:11 -03:00
Gabriel Luiz Freitas Almeida
ad51105546 Fix error in GenericNode component 2024-03-06 11:46:10 -03:00
anovazzi1
bd86d07881 Add flow icon and icon background color to FlowType 2024-03-06 11:39:25 -03:00
Gabriel Luiz Freitas Almeida
c52371e53e Add field_order property to APIClassType 2024-03-06 11:10:58 -03:00
Gabriel Luiz Freitas Almeida
bcd230f86f Update field_value type to any in postCustomComponentUpdate function 2024-03-06 11:10:49 -03:00
Gabriel Luiz Freitas Almeida
fc88070965 Remove console.log statements in flowStore.ts 2024-03-06 11:10:40 -03:00
Gabriel Luiz Freitas Almeida
22debde71d Refactor parameterComponent to conditionally set the width of InputListComponent 2024-03-05 23:19:20 -03:00
Gabriel Luiz Freitas Almeida
930a2c01ec Remove console.log statement and format code 2024-03-05 22:06:06 -03:00
Gabriel Luiz Freitas Almeida
f1eb6ee673 Add STARTER_FOLDER_NAME constant 2024-03-05 21:54:48 -03:00
Gabriel Luiz Freitas Almeida
97b574272f Merge branch 'zustand/io/migration' into new_project_modal 2024-03-05 21:48:40 -03:00
Gabriel Luiz Freitas Almeida
94122cbe44 Add priority sidebar order constant and use it for sorting keys in extraSidebarComponent 2024-03-05 21:47:09 -03:00
Gabriel Luiz Freitas Almeida
1919621ef8 Update styleUtils.ts: changed "utilities" to "helpers" 2024-03-05 21:42:55 -03:00
Gabriel Luiz Freitas Almeida
c56846eeb5 Update nodeColors in styleUtils.ts 2024-03-05 21:40:16 -03:00
anovazzi1
6af16272fd Add ShadTooltip component and update styling in exampleComponent and MainPage 2024-03-05 21:34:36 -03:00
Gabriel Luiz Freitas Almeida
a2dfadcf4a Update sidebar component and styleUtils 2024-03-05 21:24:53 -03:00
Gabriel Luiz Freitas Almeida
306bdd9fd5 Merge branch 'zustand/io/migration' into new_project_modal 2024-03-05 21:17:03 -03:00
Gabriel Luiz Freitas Almeida
d770a3747b rename utilities folder to helpers 2024-03-05 21:09:47 -03:00
Gabriel Luiz Freitas Almeida
126e1d74ee Merge branch 'zustand/io/migration' into new_project_modal 2024-03-05 21:02:54 -03:00
anovazzi1
3b7f1928ff update examples in MainPage using zustand 2024-03-05 20:59:15 -03:00
anovazzi1
781d2705aa Update exampleComponent and MainPage components 2024-03-05 20:54:07 -03:00
anovazzi1
f2395aaee1 fix(exampleComponent): add Link component to wrap Button for navigation
feat(exampleComponent): add Link to navigate to specific flow based on data id

feat(components): add support for setting examples based on STARTER_FOLDER_NAME constant
feat(components): filter out examples from all flows and set them separately
feat(components): log examples and set them using setExamples function

feat(MainPage): add examples state to store and use it to render ExampleCardComponent
feat(MainPage): map over examples to render ExampleCardComponent for each example

feat(flowsManagerStore): add examples array to store state
feat(flowsManagerStore): add setExamples function to set examples in store

feat(flow): add folder and user_id fields to FlowType

feat(zustand): add examples array and setExamples function to FlowsManagerStoreType
2024-03-05 20:44:11 -03:00
anovazzi1
57afaae666 Add STARTER_FOLDER_NAME constant 2024-03-05 19:26:47 -03:00
anovazzi1
9d61ece65d Add new components and update styleUtils.ts 2024-03-05 19:25:39 -03:00
Gabriel Luiz Freitas Almeida
afb3cfbc05 Remove console.log statements in updateBuildStatus function 2024-03-05 19:17:20 -03:00
igorrCarvalho
245648c815 Refactor: UI changes 2024-03-05 18:25:48 -03:00
Gabriel Luiz Freitas Almeida
240b1900b9 Add update_build_config method that updates any part of the template 2024-03-05 16:29:20 -03:00
cristhianzl
1ae8be9c0f Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration 2024-03-05 14:42:18 -03:00
cristhianzl
2be300b158 🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts

🐛 fix(intComponent.spec.ts): fix test case for IntComponent to use correct input field and update assertions
 feat(intComponent.spec.ts): add additional test cases for IntComponent to cover more scenarios and improve test coverage
2024-03-05 14:42:07 -03:00
Gabriel Luiz Freitas Almeida
76a52c0a76 Remove unnecessary code and delay in flowsManagerStore 2024-03-04 19:19:44 -03:00
Gabriel Luiz Freitas Almeida
481df3de8f Merge branch 'zustand/io/migration' into state_theories 2024-03-04 18:53:12 -03:00
Gabriel Luiz Freitas Almeida
3d70849341 Update variable names and properties related to pinning to use "frozen" instead. 2024-03-04 18:21:17 -03:00
Gabriel Luiz Freitas Almeida
2264fa4827 Add dynamic icon loading and suspense fallback 2024-03-04 17:40:39 -03:00
Gabriel Luiz Freitas Almeida
73b3013763 Update categories and components 2024-03-04 17:40:32 -03:00
Gabriel Luiz Freitas Almeida
5e0a8534f5 Add disabled property to DropDownComponentType, fix styleUtils import, and update RefreshButton component 2024-03-04 16:19:35 -03:00
Gabriel Luiz Freitas Almeida
8f545ef9e9 Add validationString state and update validationStatus rendering 2024-03-04 15:19:37 -03:00
Gabriel Luiz Freitas Almeida
d403ca7a6c Add session_id and component_id to ChatOutputResponse schema 2024-03-04 15:17:57 -03:00
anovazzi1
a471cbfc42 Update styling colors to use variable names 2024-03-04 13:41:35 -03:00