Commit graph

3,322 commits

Author SHA1 Message Date
cristhianzl
e889bb38bc added new icons 2024-02-28 19:30:26 -03:00
igorrCarvalho
25d3b96600 Remove console.log 2024-02-28 18:10:48 -03:00
igorrCarvalho
0e55a4f8c8 Feat: add shortcut to open code modal (Ctrl shift C) 2024-02-28 18:09:06 -03:00
anovazzi1
f7fbf14659 Add Supabase icon to search component 2024-02-28 18:04:28 -03:00
anovazzi1
0dc45c3c50 Add HuggingFace icon to components 2024-02-28 17:54:08 -03:00
anovazzi1
72a0eec572 Add MongoDB icon to MongoDBAtlasComponent and styleUtils 2024-02-28 17:47:55 -03:00
anovazzi1
907300881b Update Amazon icons in code 2024-02-28 17:41:17 -03:00
anovazzi1
b25d5b4a5b Add Google icon to components 2024-02-28 17:38:08 -03:00
Lucas Oliveira
2670da5ba8 Fix build not working when building at node 2024-02-28 18:11:01 +01:00
Lucas Oliveira
0c6d40d207 Fix vertices being executed when sending message 2024-02-28 17:30:19 +01:00
Lucas Oliveira
04bbf4eaf0 Made vertices be retrieved when opening chat or when changing anything. Added chat input in request. 2024-02-28 17:20:57 +01:00
Cristhian Zanforlin Lousa
c348b4204a
Change the color on str output, change X icon on Notification tab, change the icon on nodeToolbar (Code) (#1473)
* 🐛 fix(GenericNode): simplify return statement for build status classes to improve code readability
🔥 chore(GenericNode): remove console.log statement used for debugging
🔥 chore(alertDropDown): remove unused import
🔥 chore(nodeToolbarComponent): remove unused import
🔥 chore(styleUtils): remove unused color definition

* 🎨 style(styleUtils.ts): update color for 'str' key in nodeColors object to match the color used in other keys

* 🔥 refactor(GenericNode/index.tsx): remove unnecessary console.log statement for data.node?.template
2024-02-28 10:29:52 -03:00
Gabriel Luiz Freitas Almeida
914fa0699f Merge remote-tracking branch 'origin/dev' into zustand/io/migration 2024-02-28 10:08:18 -03:00
Cristhian Zanforlin Lousa
43b3b082a5
Fix vectara resolution error (#1475)
* add new vectara icon

* remove console.log
2024-02-28 10:01:09 -03:00
Lucas Oliveira
acc43aebb9 Fix name of template field on message 2024-02-28 13:08:57 +01:00
Gabriel Luiz Freitas Almeida
557282cea5 Refactor imports and remove console.log statements 2024-02-27 21:50:34 -03:00
Gabriel Luiz Freitas Almeida
cf35b42b8e Refactor newChatView component 2024-02-27 21:50:27 -03:00
anovazzi1
5c5883f58f Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration 2024-02-27 21:46:10 -03:00
anovazzi1
a2eaed1af3 Update sender value in updateFlowPool function 2024-02-27 21:46:06 -03:00
igorrCarvalho
9af9647fb3 Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration 2024-02-27 21:05:15 -03:00
igorrCarvalho
e7c37fea4f Feat: Add Ctrl D and Ctrl P keyboard shortcuts 2024-02-27 21:05:09 -03:00
anovazzi1
e79c5771ee Add setLockChat prop to ChatMessage component 2024-02-27 20:58:03 -03:00
anovazzi1
42338a829b Fix useRef typo and update chat message reference 2024-02-27 20:50:22 -03:00
anovazzi1
3c56b7a2b7 fix premature closing of websocket 2024-02-27 20:37:57 -03:00
anovazzi1
df07cf413b fix(frontend): add useRef hook to manage eventSource in ChatMessage component
feat(frontend): add support for process.env.PORT environment variable in server.ts
feat(frontend): add updateFlowPool function to NewChatView component
feat(frontend): add buildId parameter to addDataToFlowPool function in flowStore
feat(frontend): add stream_url property to ChatOutputType in flow types
2024-02-27 18:29:57 -03:00
Gabriel Luiz Freitas Almeida
e4dd94021d Refactor buildInputs function and update code that calls it 2024-02-27 18:13:34 -03:00
anovazzi1
2add242a18 Update FlowStoreType to include ChatOutputType and chatInputType 2024-02-27 16:19:37 -03:00
anovazzi1
20810988b0 Add updateFlowPool function to FlowStoreType 2024-02-27 15:59:42 -03:00
igorrCarvalho
835a7f4e63 Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration 2024-02-27 15:46:19 -03:00
igorrCarvalho
8461eec180 Refactor: Move texts to constants files 2024-02-27 15:46:07 -03:00
Gabriel Luiz Freitas Almeida
223db74410 Add run_id to VerticesOrderTypeAPI 2024-02-27 15:37:56 -03:00
igorrCarvalho
12d9aea932 Fix: left tab dont scroll on chat view 2024-02-27 14:48:23 -03:00
igorrCarvalho
6da52d3b13 Feat: add Copy to node toolbar 2024-02-27 14:09:40 -03:00
Gabriel Luiz Freitas Almeida
7dbffe6331 Add is_input and is_output attributes to CustomComponent and FrontendNode classes 2024-02-27 11:36:06 -03:00
Gabriel Luiz Freitas Almeida
fef68c30a8 Refactor chat message handling in newChatView 2024-02-27 11:35:27 -03:00
igorrCarvalho
ae700d7737 Fix: remove second tooltip from node name 2024-02-26 21:30:52 -03:00
igorrCarvalho
cca7cb7a46 Refactor: add apply class to dark-mode error border 2024-02-26 21:28:04 -03:00
igorrCarvalho
b837b350f0 Refactor: Change toolbar shortcut icon color 2024-02-26 21:21:31 -03:00
igorrCarvalho
7be62430db Feat: Add delay to handle tooltip 2024-02-26 21:13:37 -03:00
igorrCarvalho
ab60f59578 Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration 2024-02-26 21:08:49 -03:00
igorrCarvalho
0e3b970570 Fix: Vectara minimize 2024-02-26 21:08:44 -03:00
Lucas Oliveira
bcebd5b7fe Fixed text box not being able to resize 2024-02-26 22:35:42 +01:00
Lucas Oliveira
415ac1b926 Fixed multiline text 2024-02-26 22:09:12 +01:00
Lucas Oliveira
9a915143a6 Fixed tooltip width 2024-02-26 22:05:24 +01:00
Lucas Oliveira
160aa47e26 Made back button on chat and fixed output and input exibition 2024-02-26 21:44:52 +01:00
Lucas Oliveira
96e5ae65b1 Implemented output text 2024-02-26 21:23:16 +01:00
Gabriel Luiz Freitas Almeida
2118869e1e Add onGetOrderSuccess and fix error in get vertices order 2024-02-26 17:10:01 -03:00
anovazzi1
f1e097d052 checkNodes 2024-02-26 16:45:32 -03:00
igorrCarvalho
864f74be55 Refactor: Change code modal trigger icon 2024-02-26 16:39:57 -03:00
Gabriel Luiz Freitas Almeida
fc25261d3c Fix formatting issues in code 2024-02-26 16:28:24 -03:00