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: changes get started templates image, adds set color index to every starter template #4569

Merged
merged 5 commits into from
Nov 13, 2024

Conversation

lucaseduoli
Copy link
Collaborator

This pull request includes changes to the Basic Prompt Chaining.json file in the src/backend/base/langflow/initial_setup/starter_projects/ directory. The main focus is on simplifying the JSON structure by converting multi-line arrays to single-line arrays.

Simplification of JSON structure:

  • Converted multi-line output_types arrays to single-line arrays for multiple dataType entries. [1] [2] [3] [4] [5] [6] [7]
  • Converted multi-line inputTypes arrays to single-line arrays for multiple targetHandle entries. [1] [2] [3] [4] [5] [6] [7]
  • Converted multi-line base_classes arrays to single-line arrays for multiple node entries. [1] [2] [3] [4]
  • Converted multi-line field_order arrays to single-line arrays. [1] [2]
  • Converted multi-line types arrays to single-line arrays for multiple method entries. [1] [2] [3]
  • Converted multi-line input_types arrays to single-line arrays for multiple custom_fields entries. [1] [2] [3] [4] [5] [6] [7] [8] [9]
  • Converted multi-line options arrays to single-line arrays for sender entries. [1] [2]

@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Nov 13, 2024
@github-actions github-actions bot added the bug Something isn't working label Nov 13, 2024
Copy link
Contributor

@anovazzi1 anovazzi1 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 13, 2024
@ogabrielluiz ogabrielluiz merged commit 563b90e into main Nov 13, 2024
24 of 25 checks passed
@ogabrielluiz ogabrielluiz deleted the fix/assets_templates branch November 13, 2024 14:59
Copy link

codspeed-hq bot commented Nov 13, 2024

CodSpeed Performance Report

Merging #4569 will degrade performances by 27.78%

Comparing fix/assets_templates (d3d263f) with main (3a73e01)

Summary

❌ 2 regressions
✅ 13 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark main fix/assets_templates Change
test_successful_run_with_output_type_any 204.5 ms 283.1 ms -27.78%
test_successful_run_with_output_type_debug 180.9 ms 205.5 ms -11.98%

deon-sanchez added a commit that referenced this pull request Nov 13, 2024
- Refactor AccountMenu component to improve readability and simplify logic
- Update Select component to add support for direction prop and display ChevronUp icon when direction is set to "up"

Related work items: #4569, #4565
ogabrielluiz pushed a commit that referenced this pull request Nov 13, 2024
- Refactor AccountMenu component to improve readability and simplify logic
- Update Select component to add support for direction prop and display ChevronUp icon when direction is set to "up"

Related work items: #4569, #4565
ogabrielluiz pushed a commit that referenced this pull request Nov 13, 2024
- Refactor AccountMenu component to improve readability and simplify logic
- Update Select component to add support for direction prop and display ChevronUp icon when direction is set to "up"

Related work items: #4569, #4565
ogabrielluiz pushed a commit that referenced this pull request Nov 13, 2024
* refactor: Update AccountMenu and Select components

- Refactor AccountMenu component to improve readability and simplify logic
- Update Select component to add support for direction prop and display ChevronUp icon when direction is set to "up"

Related work items: #4569, #4565

* refactor: Update header component UI

This commit refactors the header component in the MainPage to update its UI. It adds a sliding indicator for the view type (list or grid) and adjusts the styling of the buttons accordingly. It also removes commented out code related to the store button. Additionally, the commit updates the emptyFolder component by simplifying the text for the "New Flow" button.

Refactor the header component UI and update emptyFolder component

* refactor: Update HeaderMenu component UI

* Updated colors to use shadcn variables

---------

Co-authored-by: Lucas Oliveira <[email protected]>
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:XXL This PR changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants