Commit graph

3,493 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
c2182630b3 Merge branch 'zustand/io/migration' into refactor/flowToolbar 2024-03-06 18:55:25 -03:00
Gabriel Luiz Freitas Almeida
34467d8f70 Refactor code for better readability and maintainability 2024-03-06 18:46:05 -03:00
igorrCarvalho
2c6a5919f5 Refactor: Export button always on header dropdown 2024-03-06 18:18:56 -03:00
igorrCarvalho
55edcead5f Refactor: Increase padding on search filter 2024-03-06 18:15:05 -03:00
igorrCarvalho
0f45a09494 Refactor: flow toolbar buttons disable intead of dissapear 2024-03-06 18:06:52 -03:00
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
igorrCarvalho
35889692a2 Refactor: Rename JSX function to improve code understanding 2024-03-06 14:49:11 -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
igorrCarvalho
535f559bed Refactor: remove console.log 2024-03-06 14:27:31 -03:00
Gabriel Luiz Freitas Almeida
aa85b572c3 Add experimental node color and name 2024-03-06 14:24:02 -03:00
igorrCarvalho
2d3c341abe Refactor: Remove dead code 2024-03-06 14:21:33 -03:00
igorrCarvalho
c7d0444adf Feat: Remove buttons from sideBar and create flow toolbar (run/share/api) 2024-03-06 14:15:59 -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