anovazzi1
anovazzi1
Changed the shortcut for minimizing the component from "mod+shift+q" to "mod+." in order to align with the default shortcuts. This improves the consistency and usability of the application.
This pull request adds a new flag, `displayLoadingMessage`, to the `MessagesStoreType` in order to control the display of loading messages in the chat view. It also includes a layout adjustment...
This pull request refactors the JSON serialization in the `build_flow` and `log_vertex_build` functions. The `build_flow` function now uses the `model_dump` method instead of `model_dump_json` to serialize the vertex build response....
This pull request includes commits that add message feedback and update the frontend interface.
This pull request includes changes to the SelectItem component. The component has been refactored to add a div wrapper around the children in the SelectItem component. Additionally, unused imports have...
### Bug Description the custom select component wraps every select item inside an span preventing full width ### Reproduction create a custom select component try to set the select item...
This pull request fixes an issue in the outdated message test. It adds missing imports and updates selectors to ensure the test runs correctly.
This pr enhances the table options to enhance the toolmode view and configuration of components tool mode
### Bug Description the custom path for components does not work as expected ### Reproduction add a path to the .env using the LANGFLOW_COMPONENTS_PATH system variable add a python component...
this pr update some default values for the tool table on tool-mode