Commit graph

4,997 commits

Author SHA1 Message Date
cristhianzl
07e1d2a459 🐛 fix(genericIconComponent): wrap ForwardedIconComponent with memo to improve performance by preventing unnecessary re-renders
🔨 refactor(genericIconComponent): improve code readability by adding line breaks and indentation for better code organization and readability
2024-03-07 09:07:48 -03:00
Lucas Oliveira
c863621987 Fixed name and classes 2024-03-07 10:08:57 +01:00
cristhianzl
c7464b42b2 🐛 fix(extraSidebarComponent/index.tsx): remove unused imports and fix broken icon component
 feat(extraSidebarComponent/index.tsx): replace custom icon component with Lucide's SparklesIcon and LinkIcon for better consistency and maintainability
2024-03-06 23:21:17 -03:00
igorrCarvalho
ccb8ec6cb2 Refactor: Change copy icon on node toolbar 2024-03-06 22:25:18 -03:00
igorrCarvalho
379d73389e Refactor: Add padding to search input 2024-03-06 22:18:02 -03:00
Lucas Oliveira
2f586c32b9 Fixed design of new flow modal 2024-03-07 02:01:26 +01:00
Lucas Oliveira
2e35dd50d4 fixed search bar padding 2024-03-07 01:26:59 +01:00
Lucas Oliveira
eef21f3b01 Added Discover More button 2024-03-07 01:21:32 +01:00
Lucas Oliveira
3e2caca2b5 Added sidebar separations 2024-03-07 01:21:32 +01:00
Igor Carvalho
0de8c84d0c
Feat: Create flow toolbar and remove flow management buttons from sidebar (#1501) 2024-03-06 20:56:49 -03:00
igorrCarvalho
a7fdd5bce7 Refactor: change menubar width 2024-03-06 20:30:58 -03:00
igorrCarvalho
c0352388c3 Refactor: Make header toolbar align with side bar 2024-03-06 20:23:55 -03:00
anovazzi1
69819fe59f Add Basic Prompt image to UndrawCardComponent and create switch to select image 2024-03-06 20:18:15 -03:00
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