Commit graph

4,918 commits

Author SHA1 Message Date
joaoguilhermeS
1def0fa9bc chore: Updating poetry lock file 2024-06-22 08:56:54 -07:00
italojohnny
0687f95d3d Apply Prettier formatting 2024-06-22 08:23:30 -07:00
anovazzi1
131062125f update display of stop button 2024-06-22 08:23:30 -07:00
anovazzi1
53bf1ce015 add window.stop() to stop current requests 2024-06-22 08:23:30 -07:00
anovazzi1
34333e1d50 add stop button on building 2024-06-22 08:23:30 -07:00
anovazzi1
ca3e8de432 feat: Add lockChat functionality to FlowStore
This commit adds the lockChat functionality to the FlowStore in order to control the chat lock state. The  method is implemented to update the  state variable. This feature enhances the user experience by allowing the chat to be locked or unlocked as needed.
2024-06-22 08:23:30 -07:00
Gabriel Luiz Freitas Almeida
716d2567bd refactor: Update Vite configuration to use port 3000 as default 2024-06-21 20:04:20 -07:00
Gabriel Luiz Freitas Almeida
e19d9c90ea refactor: Update logs to outputs in relevant classes and methods 2024-06-21 20:04:20 -07:00
Cristhian Zanforlin Lousa
74b8b98cb2
Two edges (#2249)
* fix error on port frontend variable .env

*  (constants.ts, vite.config.mts): add support for configurable LANGFLOW_HOST environment variable to allow dynamic backend URL configuration

* 🔧 (constants.ts, vite.config.mts): consolidate backend URL configuration into a single environment variable
2024-06-21 17:26:58 -03:00
cristhianzl
324b76d2d1 🐛 (index.tsx): remove unused parameter folderId from handleFolderChange function to fix potential bug 2024-06-21 14:45:20 -03:00
anovazzi1
d80df8e3c5 Apply Prettier formatting 2024-06-21 15:28:25 +00:00
anovazzi1
64eb2e0f99 refactor: Improve InputGlobalComponent behavior and data handling 2024-06-21 12:26:57 -03:00
ogabrielluiz
d092211375 Apply Prettier formatting 2024-06-21 00:28:53 +00:00
Gabriel Luiz Freitas Almeida
6b30238f61 refactor: Remove extraneous property from is-unicode-supported dependency 2024-06-20 21:27:38 -03:00
Gabriel Luiz Freitas Almeida
4e705b8af1 refactor: Update parameterComponent to disable editing when disabled prop is true 2024-06-20 21:27:37 -03:00
cristhianzl
fac5c75fe6 (tests): update locators in end-to-end tests for chat, dropdown, and file upload components
 (tests): update locators and tooltips in end-to-end tests for filterEdge
 (tests): add random name generation in store.spec.ts for unique flow names
 (tests): update locators in textInputOutput.spec.ts for consistency

 (twoEdges.spec.ts): update test to click correct icon-Eye element and remove redundant checks
2024-06-20 18:30:11 -03:00
cristhianzl
1297d3b892 💄 (sideBarFolderButtons): adjust spacing and icon button size for better UI consistency 2024-06-20 16:29:56 -03:00
ogabrielluiz
68e609fe34 Apply Prettier formatting 2024-06-20 16:42:14 +00:00
anovazzi1
000d44ffe0 refactor: Remove unused code and comments in OutputComponent/index.tsx 2024-06-20 12:22:28 -03:00
Gabriel Luiz Freitas Almeida
e7043443ce refactor: Migrate from BaseLanguageModel to field_typing.LanguageModel 2024-06-20 11:10:52 -03:00
Gabriel Luiz Freitas Almeida
d3731edb69 🐛 (Langflow Blog Writer.json): change return type of fetch_content method from Data to list[Data] to match the actual return value and improve code consistency. 2024-06-19 20:23:35 -03:00
anovazzi1
bcafa2e5eb remove freeze from group 2024-06-19 20:03:21 -03:00
anovazzi1
c2382b97db add output preview for grouped components 2024-06-19 19:46:19 -03:00
Lucas Oliveira
acd2e4daed Fixed content not being colored on genericModal 2024-06-19 17:37:49 -03:00
anovazzi1
036f77fde2 Fix issue with file validation in Message class 2024-06-19 17:32:52 -03:00
anovazzi1
5ef3b70385 update cleanEdges 2024-06-19 16:31:05 -03:00
Lucas Oliveira
c31cf6fd1e Fixed handle tooltip being on the wrong place 2024-06-19 15:46:17 -03:00
Lucas Oliveira
20b7b6acd6 Fixed buttons on nodes being draggable 2024-06-19 15:37:46 -03:00
Lucas Oliveira
4fcd7027ad implemented Refresh button on node toolbar dropdown that appears when the user edits and the component is outdated. 2024-06-19 15:12:50 -03:00
Lucas Oliveira
d559a61793 Fixed name not editable on editFlowSettingsComponent 2024-06-19 14:44:13 -03:00
Lucas Oliveira
59477dd8e7 Changed description height 2024-06-19 14:39:06 -03:00
Lucas Oliveira
7b590f24a5 Fixed eye not being gray when connected to edge 2024-06-19 14:35:44 -03:00
Lucas Oliveira
faa27183df Fixed textarea component being clickable when the handle is present 2024-06-19 14:35:43 -03:00
Lucas Oliveira
94fec39865 Fixed type errors on GenericNode 2024-06-19 14:35:43 -03:00
Lucas Oliveira
ee0eee5346 Added status inactive tooltip to status icon 2024-06-19 14:34:21 -03:00
Lucas Oliveira
827d3bd746 Fixed inactive node styling, changed it to status icon 2024-06-19 14:34:21 -03:00
Lucas Oliveira
11281c509c removed console.log 2024-06-19 14:34:21 -03:00
Gabriel Luiz Freitas Almeida
1367212412 refactor: Update LogType to include ErrorLogType
The LogType in the schema module has been updated to include the ErrorLogType. This allows for more detailed logging of error messages, including the error message itself and the stack trace. This change improves the accuracy and usefulness of error logging in the application.
2024-06-19 12:24:02 -03:00
cristhianzl
4249170fa9 add tests to basic examples 2024-06-19 11:42:23 -03:00
anovazzi1
ab9dc0dcd5 add scroll to error tooltip 2024-06-19 11:13:56 -03:00
anovazzi1
f4ef1d9007 Apply Prettier formatting 2024-06-19 13:51:44 +00:00
anovazzi1
481870f7bd add fitGridWidth autoSize Strategy 2024-06-19 10:50:19 -03:00
ogabrielluiz
c62acbb80d Apply Prettier formatting 2024-06-19 13:02:41 +00:00
ogabrielluiz
be88c25dac Add io module for easier access to Inputs and Outputs 2024-06-19 01:22:59 -03:00
ogabrielluiz
395cf1f053 refactor: Remove console.log statement in FlowLogsModal component 2024-06-19 01:03:03 -03:00
ogabrielluiz
f4b369b837 refactor: Improve handling of inputValue in GenericModal component
This commit improves the handling of the inputValue in the GenericModal component. It checks if the inputValue is a string before assigning it to coloredContent. Additionally, it updates the classNames in the JSX elements to ensure consistent ordering. These changes enhance the reliability and maintainability of the code.
2024-06-19 01:02:55 -03:00
ogabrielluiz
68f5b38bd2 refactor: Improve TextOutputView component
This commit refactors the TextOutputView component to handle a specific case where the `value` prop is an object with a `text` property. It updates the component to check if the `value` is an object and if it contains the `text` property. If so, it assigns the value of `value.text` to `value`. This change improves the flexibility and usability of the component.
2024-06-19 01:02:46 -03:00
anovazzi1
63c38437d1 update background on prompt 2024-06-18 20:30:34 -03:00
anovazzi1
6488d27421 fix frozen ui 2024-06-18 20:02:26 -03:00
anovazzi1
0f8b1c729c Adjust initial width 2024-06-18 19:50:55 -03:00