Commit graph

3,288 commits

Author SHA1 Message Date
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
Lucas Oliveira
efd4f80dcd Made animations with X and Check 2024-02-26 20:17:04 +01:00
igorrCarvalho
82f29cfcb6 Merge zustand/io/migration into zustand/io/migration 2024-02-26 16:14:13 -03:00
igorrCarvalho
9323f773e1 Refactor: Replace all alert string into a constants file 2024-02-26 16:06:39 -03:00
anovazzi1
501bc33abb Add useUpdateNodeInternals hook to nodeToolbarComponent fixing handle related bugs 2024-02-26 16:03:46 -03:00
cristhianzl
fca95763a8 Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration 2024-02-26 14:56:38 -03:00
cristhianzl
2b7ed05ed0 🐛 fix(GenericNode): remove unnecessary line break in GenericNode component
🎨 style(applies.css): increase max-width of generic-node-tooltip-div to 220px for better text truncation
2024-02-26 14:56:30 -03:00
Lucas Oliveira
6176464558 Merge branch 'dev' into zustand/io/migration 2024-02-26 18:47:39 +01:00
Lucas Oliveira
cb63d5be2d Merge remote-tracking branch 'origin/ioView' into zustand/io/migration 2024-02-26 18:42:28 +01:00
igorrCarvalho
2960208bfe Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration 2024-02-26 14:35:05 -03:00
igorrCarvalho
a371515956 Fix: Add a boolean prop to prevent the node field from using title case 2024-02-26 14:34:32 -03:00
Lucas Oliveira
6b2d0c6ef1 Fixed Store showing that API key is invalid when it is valid 2024-02-26 18:33:51 +01:00
cristhianzl
c89b3fcc46 Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration 2024-02-26 14:33:28 -03:00
cristhianzl
1a65530bf9 🐛 fix(darkStore.tsx): initialize stars variable with the value from localStorage to persist stars count on page reload
 feat(darkStore.tsx): add support for storing and retrieving stars count from localStorage to avoid unnecessary API calls
2024-02-26 14:33:21 -03:00
cristhianzl
02abd97ac0 🔨 refactor(GenericNode/index.tsx): replace Tooltip component with ShadTooltip component for consistency and better styling 2024-02-26 14:26:16 -03:00
cristhianzl
652780a6ee merge fix 2024-02-26 14:24:34 -03:00
cristhianzl
28927ddc78 🐛 fix(GenericNode/index.tsx): fix double click behavior on GenericNode title to correctly handle nameEditable state and takeSnapshot function
🔧 chore(GenericNode/index.tsx): refactor GenericNode title component to improve readability and maintainability
🔧 chore(GenericNode/index.tsx): refactor GenericNode build status tooltip to improve readability
2024-02-26 14:15:47 -03:00
cristhianzl
9f6a6251c3 🔧 fix(menuBar): replace Tooltip component with ShadTooltip component for better styling and consistency
🔧 fix(genericModal): change IconComponent name based on myModalTitle value to improve visual representation
🔧 fix(nodeToolbarComponent): replace IconComponent name "Code2" with "TerminalSquare" for better icon representation
2024-02-26 14:12:59 -03:00
Gabriel Luiz Freitas Almeida
64c7ef37ad Merge remote-tracking branch 'origin/dev' into zustand/io/migration 2024-02-26 13:56:56 -03:00
Lucas Oliveira
1601d23d67 Fixed rebase 2024-02-26 17:41:30 +01:00
Lucas Oliveira
7a894279b6 Fixed bug when opening io view modal 2024-02-26 17:40:34 +01:00
Lucas Oliveira
1e361bb50a Refactored just logic of IOView 2024-02-26 17:40:34 +01:00
Lucas Oliveira
e6b1d7a285 Fixed status ball and location of tooltip 2024-02-26 17:19:18 +01:00
Lucas Oliveira
27c97a52e6 Merge remote-tracking branch 'origin/zustand/io/migration' into ioview 2024-02-26 17:06:39 +01:00
anovazzi1
5c9ad8c9b4 migrate node build status to it's own object instead of the node data 2024-02-26 12:20:50 -03:00
anovazzi1
6bf320ba97 Update chatMessagePropsType in index.ts 2024-02-26 12:06:48 -03:00
anovazzi1
1c36202374 Add updateChat function to chatMessagePropsType 2024-02-26 11:19:25 -03:00
anovazzi1
e3c5112899 Update success message in flowStore.ts 2024-02-26 10:50:19 -03:00
Gabriel Luiz Freitas Almeida
49df8e993d Revert built status from building in flowStore.ts 2024-02-26 09:02:52 -03:00
Gabriel Luiz Freitas Almeida
bbf2a1690a Fix build status update issue 2024-02-26 08:14:09 -03:00
igorrCarvalho
afe0d42dd0 Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration 2024-02-25 23:07:52 -03:00
igorrCarvalho
883dc9f9d4 Refactor: Change node ring error color 2024-02-25 23:07:42 -03:00
Gabriel Luiz Freitas Almeida
b49a948c1b Fix validation status condition in GenericNode component 2024-02-25 19:07:19 -03:00
Gabriel Luiz Freitas Almeida
a4697e293a Update validation status color 2024-02-25 19:06:38 -03:00
Gabriel Luiz Freitas Almeida
523e8d8ca2 Update status colors in CSS and Tailwind config 2024-02-25 19:06:12 -03:00