Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change color of output inspector when tool mode, change fuzzy search order, fix image download and some minor issues #4625

Merged
merged 9 commits into from
Nov 15, 2024

Conversation

lucaseduoli
Copy link
Collaborator

This pull request includes several changes to the URLComponent class and associated JSON files to standardize the capitalization of display names and information text.

Standardization of capitalization:

@lucaseduoli lucaseduoli self-assigned this Nov 14, 2024
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Nov 14, 2024
@github-actions github-actions bot added the bug Something isn't working label Nov 14, 2024
Copy link

codspeed-hq bot commented Nov 14, 2024

CodSpeed Performance Report

Merging #4625 will improve performances by 60.86%

Comparing fix/rodrigo_changes (03381cc) with main (7c04865)

Summary

⚡ 2 improvements
✅ 13 untouched benchmarks

Benchmarks breakdown

Benchmark main fix/rodrigo_changes Change
test_invalid_run_with_input_type_chat 16.4 ms 13.7 ms +19.2%
test_successful_run_with_output_type_debug 205.7 ms 127.9 ms +60.86%

Copy link
Member

@Cristhianzl Cristhianzl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Nov 15, 2024
@@ -11,15 +10,17 @@ const SidebarItemsList = ({
onDragStart,
sensitiveSort,
}) => {
console.log(dataFilter);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove console log

@dosubot dosubot bot removed the lgtm This PR has been approved by a maintainer label Nov 15, 2024
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Nov 15, 2024
@mfortman11 mfortman11 merged commit 2881346 into main Nov 15, 2024
36 of 37 checks passed
@mfortman11 mfortman11 deleted the fix/rodrigo_changes branch November 15, 2024 16:13
diogocabral pushed a commit to headlinevc/langflow that referenced this pull request Nov 26, 2024
…arch order, fix image download and some minor issues (langflow-ai#4625)

* Fixed output and input radius and icons colors when on tool mode

* Replaced output format to be camel case

* Fix expand not appearing after minimize and change code

* Refactor chatView component and add FlowRunningSqueleton

- Refactor chatView component to import useMemo from react
- Add FlowRunningSqueleton component to display flow running indicator
- fix gagging on flow running

* format code

* Fixed fuzzy search order

* remove console log

---------

Co-authored-by: anovazzi1 <otavio2204@gmail.com>
Co-authored-by: Cristhian Zanforlin Lousa <cristhian.lousa@gmail.com>
Co-authored-by: Mike Fortman <michael.fortman@datastax.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants