Commit graph

16,333 commits

Author SHA1 Message Date
Cristhian Zanforlin Lousa
f860d94123
feat: Add dark mode support to JigsawStackIcon (#9013)
*  (JigsawStack/index.tsx): introduce useDarkStore hook to handle dark mode state in JigsawStackIcon component

* 🐛 (JigsawStackIcon.jsx): fix issue where isdark prop was not being converted to a boolean before being used in the fill color logic
2025-07-11 20:17:17 +00:00
Cristhian Zanforlin Lousa
f8b7be604d
refactor: Improve HeaderButtons state sync with userData (#8988)
📝 (header-buttons.tsx): Add useEffect hook to update state variables based on userData changes
🔧 (header-buttons.tsx): Refactor useState calls to initialize state variables with userData values and update them on userData changes using useEffect
2025-07-11 14:24:20 +00:00
Cristhian Zanforlin Lousa
82fdf90289
refactor: Improve HomePage state management and tab switching (#8989)
* 🐛 (index.tsx): Fix logic to switch between flow types based on other tab items presence
📝 (index.tsx): Update dependencies for useEffect hook to include all relevant variables for proper functionality

* ♻️ (index.tsx): refactor dependencies of the useEffect hook to only include isEmptyFolder as it is the only dependency used within the hook. This improves code readability and maintainability.
2025-07-11 14:04:24 +00:00
April I. Murphy
dea283a9c3
docs: Fix a label in the left nav (#9012)
fix label
2025-07-11 13:18:10 +00:00
Jordan Frazier
7a02842730
bug: fix check for server ready when using 0.0.0.0 as host (#9002)
* Fix check for server ready when using 0.0.0.0 as host

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

* fix: add noqa comment to health check host assignment for clarity

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
2025-07-11 13:08:50 +00:00
Ronnie Miller
c38df91841
docs: Configure Segment (#8996) 2025-07-11 04:39:19 +00:00
Mendon Kissling
c30b81ef1d
docs: agents tutorial (#8961)
* minimal-working-code

* remove-old-files-and-add-new-content

* cleanup

* more-content

* use-directory-instead-of-sql

* sidebars

* style-cleanup

* slug

* directory

* tools-port

* use-ts-client

* code-review

* next-steps

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* docs-review

* Update sidebars.js

* fix-some-anchors

* docs-review

---------

Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
2025-07-11 01:31:24 +00:00
April I. Murphy
27f5416ec0
docs: Repurpose Concepts section to focus on the visual editor and flows (#8845)
* initial alignment with 1.5 pr

* finish 1st rewrite of visual editor overview page

* working on flows and welcome

* more visual editor work

* about langflow

* next steps

* lfoss-1395 more focus on agents mcp

* align with PRs

* working on publish flows page

* finish embedded chat section

* finish publish page

* peer review pt 1

* coderabbit nitpicks

* coderabbit nitpicks pt 2

* some updates

* almost done

* move all upgrade stuff to release notes page.

* fix link

* fix anchors

* fix details

* uncomment

* add import

* hide again
2025-07-11 01:15:42 +00:00
Sebastián Estévez
6fd461cd97
bug: re-add NVIDIA Remix starter template (#8994)
feat: add NVIDIA Remix starter template

Introduced a new JSON configuration file for the NVIDIA Remix starter project, defining nodes and edges for chat input, output, and agent interactions. This setup enhances the integration of the NVIDIA RTX Remix Toolkit REST API, providing a structured approach for building chat-based applications.

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
2025-07-10 18:44:15 +00:00
Mendon Kissling
18fe897d30
docs: skip auth note (#8992)
skip-note
2025-07-10 18:42:44 +00:00
Gabriel Luiz Freitas Almeida
70f18bcb89
feat: add utility to insert code field into build config dictionary (#8933)
feat: add code field to build configuration in custom component update if it was removed

- Introduced `add_code_field_to_build_config` utility function to enhance build configuration with a code field.
- Updated `custom_component_update` to conditionally add the code field if it is not already present, improving component customization capabilities.

Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
2025-07-10 18:35:00 +00:00
Ítalo Johnny
76fbcf4d55
docs: add env var setup for macOS and Windows GUI (#8181)
* docs: add env var setup for macOS and Windows GUI

* style-and-cleanup

* docs-review

* add-env-vars-to-troubleshooting

* Update docs/docs/Get-Started/get-started-installation.md

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* docs-review

---------

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
2025-07-10 18:30:22 +00:00
Gabriel Luiz Freitas Almeida
13386d4118
chore: update pre-commit hooks to latest versions (#8938)
- Bumped pre-commit-hooks from v4.1.0 to v5.0.0.
- Updated ruff-pre-commit from v0.8.3 to v0.12.2 for improved linting capabilities.
2025-07-10 18:19:12 +00:00
Mendon Kissling
41216f8a65
docs: rag chatbot tutorial (#8929)
* minimal-working-code

* remove-old-files-and-add-new-content

* cleanup

* swap-in-faiss

* more-content

* initial-content

* remove-files

* remove-unused-image-file

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* differentiate-vector-db

* Apply suggestions from code review

Co-authored-by: Melissa Herrera <85907755+melienherrera@users.noreply.github.com>

* use-langflow-js-client

* next-steps

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* docs-review

---------

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
Co-authored-by: Melissa Herrera <85907755+melienherrera@users.noreply.github.com>
2025-07-10 18:02:36 +00:00
Lucas Oliveira
87795931f0
fix: improved better health check and stream URL check on MCP, improved JSON recognition (#8982)
* Improved health check and stream URL check on MCP

* Improved health check by validating session connectivity

* Changed mcp servers from json checks

* Fixed imports

* Fixed mcp server tab test
2025-07-10 16:56:02 +00:00
Mendon Kissling
a9a5c3490c
docs: chatbot with files tutorial (#8813)
* minimal-working-code

* remove-old-files-and-add-new-content

* cleanup

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* intro-and-sidebars

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Apply suggestions from code review

* add-fake-resume

* docs: update chat-with-files tutorial to include Langflow API key and clarify file upload process

* docs: enhance chat-with-files tutorial to support multiple file uploads with example code

* move-file-and-fixpath

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* docs: update fake resume with new example details

* Apply suggestions from code review

---------

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
2025-07-10 16:55:40 +00:00
Mendon Kissling
b0729fa370
docs: remove duplicate intro text (#8987)
* remove-duplicate-input-text

* spacing
2025-07-10 16:37:43 +00:00
Mendon Kissling
abedcb0912
docs: docling integration (#8939)
* initial-content

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* peer-review

* fix-broken-link

* link

* language

---------

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
2025-07-10 16:37:18 +00:00
Mendon Kissling
63307ebc1c
docs: add unix note to api pane (#8951)
add-note-to-access-pane
2025-07-10 16:00:15 +00:00
Mendon Kissling
cc2468cfd3
docs: add windows related content (#8903)
* add-mac-uninstall-error

* windows-commands

* style

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* tabs-and-tab-groups

---------

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
2025-07-10 15:59:18 +00:00
Mendon Kissling
3fd8824806
docs: how to add a missing dependency to langflow desktop (#8942)
* add-package-management-for-lf-desktop

* username

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* combine-oss-dependency-management

---------

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
2025-07-10 15:57:05 +00:00
Mendon Kissling
955127469c
templates: Update Vector Store RAG.json (#8977)
Update Vector Store RAG.json

Co-authored-by: Eric Hare <ericrhare@gmail.com>
2025-07-10 15:44:44 +00:00
Mendon Kissling
afb82019bf
docs: add windows desktop back for 1.5 release (#8866)
add-windows-back
2025-07-10 15:34:49 +00:00
Lucas Oliveira
208bc27f11
fix: add scroll to update components review dialog (#8983)
Added overflow y to update
2025-07-10 15:26:41 +00:00
Mendon Kissling
10c788af67
docs: add required API key headers for 1.5 (#8721)
* add-api-key-header-to-examples

* api-examples-add-keys

* auth-login-behavior-changes

* no-all-endpoint

* syntax

* text

* cleanup

* notice-for-mcp

* include-instructions-for-exporting-key

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* chat-io-double-quotes

* auth-page-docs-review

* docs-review

* update-api-overview-page-docs-review

* docs-and-eng-review

* details-title

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* docs-review

* add-env-var-to-table

* clarify-cli-key-requirements

* docs: update API key creation instructions in CLI documentation

- Changed the requirement for creating API keys from needing superuser status to allowing `AUTO_LOGIN` to be set to `TRUE`.
- Added a reference to the API keys documentation for additional information.
- Updated command examples for clarity.

* public-server-update-env-vars

* reference-page

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

---------

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
2025-07-10 15:20:35 +00:00
Mendon Kissling
ea6bbc7666
docs: 1.5 release (#8387)
* publish-pane

* export-flow

* update-publish-page-for-input-schema

* input-schema

* mcp-one-click-install

* release-notes

* models-components-page

* components-updates

* url-example

* embedding-model-example

* models

* release-notes

* data-components-new-intro

* docs: update data components section for clarity and detail

* move-batch-run

* add-sql-component-example

* type-convert

* anchor

* type-convert-and-web-search-example

* fix-broken-links

* overview-and-screenshots

* playground-componente-and-overview

* import-and-export-flows

* fix-build-error

* move-em-and-em-bundled-components

* links-to-embeddings

* smart-filter

* python-repl

* processing-done

* screenshot-for-python-interpreter

* message-history-component

* include-imports

* merge-conflict

* fix: update link in memories documentation and add icon import to API example

* move-agent-components

* starter-flow-updates

* components-and-overview

* fix-links

* api-pane-screenshot

* quickstart

* link

* merge-conflicts-builds-successfully

* add-document-analysis-metadata

* Apply suggestions from code review

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>

* docs-review

* release-notes

* broken-links

* add-language-model-output-example-andupdate-screenshot

* add-auth-to-release-notes

* replace-astra-chat-memory

* move-memories-to-bundles

* component-screenshots

* component-screenshots

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* clarify-global-env-with-export

* further-explanation

* docs-review

* Add LLM Router component documentation and image

* remove-text-summarizer-example

* multiple-mcp-clients

* update-mcp-tools-client-use

* export-flow-api-keys

* uncomment-prompts-and-fix-build-error

* docs-review

* bundles-and-embeddings-docs-review

* language-model-docs-review

* restore-see-alsos

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* mcp-autoinstall

* template-explanations

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* release-notes

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* fix-links

* mcp-settings-page

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* update-actions-to-tools

* cleanup-mcp-nomenclature

* Update docs/docs/Support/release-notes.md

* output-type-selection

* replace-changelog-with-release-notes

* cleanup

* input-schema-name-endpoint

---------

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
2025-07-10 14:54:17 +00:00
Gabriel Luiz Freitas Almeida
8033f2c9d3
refactor: update imports and move functions out of MCPToolsComponent (#8976) 2025-07-10 10:53:56 -03:00
Gabriel Luiz Freitas Almeida
75e930d847
ci: update nightly script to support other version operators (#8980) 2025-07-10 10:02:04 -03:00
Gabriel Luiz Freitas Almeida
c5083a54ae
ci: update regex pattern for langflow-base dependency to support PEP 440 version suffixes (#8979) 2025-07-10 09:49:23 -03:00
Gabriel Luiz Freitas Almeida
d325fca054
refactor: update cache service type hints in MCPToolsComponent (#8975) 2025-07-10 08:52:25 -03:00
Lucas Oliveira
2fec8437b8
fix: make files be saved in unique path (#8965)
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
2025-07-10 08:42:03 -03:00
Lucas Oliveira
85a1068c03
fix: make mcp server component handle cache miss gracefully (#8966)
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
2025-07-10 08:24:10 -03:00
Eric Hare
8f315a29bc
fix: Update file component description for accuracy (#8960)
* fix: Update file component description for accuracy

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-09 23:34:53 +00:00
Rodrigo Nader
a0e484c0eb
feat: add DataFrame output to Structured Output component (#8842)
* feat: add DataFrame output to Structured Output component

- Add new DataFrame output alongside existing Data output for structured data
- Single output: creates DataFrame with one row
- Multiple outputs: creates DataFrame with multiple rows, each containing a Data object
- Maintains backward compatibility with existing Data output
- Includes comprehensive test coverage for both single and multiple output scenarios

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

* [autofix.ci] apply automated fixes

* Update structured_output.py

* [autofix.ci] apply automated fixes

* udpate to tests

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

* update to format instructions

* Update system prompt in structured output component test

Expanded the system prompt in the test for StructuredOutputComponent to provide more detailed extraction instructions, including handling of missing values, duplicates, and output format requirements. This improves test clarity and better simulates real-world extraction scenarios.

* [autofix.ci] apply automated fixes

* Update structured_output.py

* fix: return empty Data object instead of None in StructuredOutputComponent

Updated the return statement in the StructuredOutputComponent to return an empty Data object when there are no outputs, improving consistency in the output handling.

* [autofix.ci] apply automated fixes

---------

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
2025-07-09 21:57:07 +00:00
Rodrigo Nader
e0400f29eb
feat: enhance DataFrame Operations component with contains filter and modern UI (#8838)
* feat: enhance DataFrame Operations component with contains filter and modern UI

- Add "contains" filter operator for partial string matching in DataFrame filters
- Update UI to use SortableListInput with icons for consistent modern design
- Add 7 filter operators: equals, not equals, contains, starts with, ends with, greater than, less than
- Fix deselection handling to prevent "unhashable type: list" errors
- Improve dynamic field visibility when operations are deselected
- Add comprehensive test suite with 25 tests covering all operations and edge cases
- Update placeholder text from "Select DataFrame Operation" to "Select Operation"

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* [autofix.ci] apply automated fixes

* Update dataframe_operations.py

---------

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
2025-07-09 21:50:59 +00:00
Lucas Oliveira
f6a9e8fad4
fix: clean edges of same type but different name when switching outputs, update color when deleting edges (#8959)
* fix edges not being cleared if same type but different name

* removed console log

* removed console log

* made edges change trigger re-render of handle color

* Updated position of edges
2025-07-09 21:32:57 +00:00
Mike Fortman
4bd8aa63bf
fix: fix max height of template getting started cards (#8964)
* fix max height

* tiny height change
2025-07-09 21:20:19 +00:00
Harsha Vardhan Khurdula
8c72ea087c
feat: jigsawstack bundle integration (#8832)
* fix: formatting errors.

* fix: formmating errors for jigsawstack components.

* fix: bugs identified by coderabbitai.

* fix: formatting issues on JigsawStack icon gradient.

* fix: project starters.

* fix: value errors.

* fix: app startup

* fix: resolve merge conflicts, accept incoming changes.

* fix:  follow lexicographical order for bundle names.

Co-authored-by: Edwin Jose <edwinjose900@gmail.com>

* feat: add JigsawStack bundle to the sidebar, following lexographical order.

* fix: remove duplicate changes, by rebasing to main/src/.../styleUtils.ts

* fix: apply suggested fixes for potential issues identified from coderabbitai.

---------

Co-authored-by: Edwin Jose <edwinjose900@gmail.com>
2025-07-09 19:53:12 +00:00
Gabriel Luiz Freitas Almeida
ba9740f32a
chore: enable code guidelines in coderabbit configuration (#8958)
* Updated .coderabbit.yaml to enable code guidelines for improved code quality and consistency.
2025-07-09 19:26:25 +00:00
Gabriel Luiz Freitas Almeida
e13a3ca800
fix: Ensure flow_id is not None before logging vertex build details (#8954)
* fix: Update log_vertex_build to accept UUID for flow_id and improve error handling

* Changed flow_id type from str to str | UUID for better type safety.
* Added error handling to raise a ValueError if flow_id is invalid, enhancing robustness of the logging function.

* fix: Ensure flow_id is not None before logging vertex build details

* Updated log_vertex_build call to check if flow_id is not None, enhancing robustness and preventing potential errors when flow_id is absent.
2025-07-09 19:17:50 +00:00
Lucas Oliveira
ef41c71701
fix: update API Access codes to include only authenticated code (#8957)
* changed code tabs to show authenticated values

* Fixed file upload test
2025-07-09 18:54:40 +00:00
Gabriel Luiz Freitas Almeida
be25e88a97
chore: update package versions to include post-release tags (#8955)
* Bump langflow version to 1.5.0.post1 in pyproject.toml and uv.lock.
* Update langflow-base version to 0.5.0.post1 in related files for consistency.
2025-07-09 17:57:03 +00:00
Gabriel Luiz Freitas Almeida
d437d018ce
refactor(auth): simplify flow retrieval by removing settings_service dependency (#8956)
* refactor: Simplify flow reading logic by removing unnecessary settings service dependency

* 🛠️ (flows.py): Remove settings_service parameter from _read_flow and related functions to streamline flow retrieval logic.
* 🔧 (flows.py): Adjust query to directly filter by user_id, enhancing clarity and reducing complexity.

* test: Enhance flow retrieval tests with user isolation checks

* 🧪 (test_flows.py): Remove hardcoded user_id from flow creation tests to ensure user-specific data handling.
*  (test_flows.py): Add a new test to verify that users can only access their own flows, ensuring proper user isolation in flow retrieval.
* 🔧 (test_flows.py): Implement user creation and cleanup logic to maintain test integrity and avoid side effects.
2025-07-09 17:53:34 +00:00
Mendon Kissling
73c1f203b0
docs: update nv-ingest component (#8950)
* add-high-res-and-defaults

* Update docs/docs/Integrations/Nvidia/integrations-nvidia-ingest.md
2025-07-09 15:30:38 +00:00
Lucas Oliveira
1362aa1172
fix: make deletion of single file commit to DB, create tests for file deletion (#8953)
* Added commit to db session

* Changed order

* Deleted flush

* Added test to files
2025-07-09 15:17:54 +00:00
Cristhian Zanforlin Lousa
eb69cddc1c
fix: Improve flow export error handling and validation (#8943)
*  (exportModal/index.tsx): Refactor onSubmit function to improve flow export functionality and error handling
♻️ (reactflowUtils.ts): Refactor downloadFlow function to return a Promise and improve error handling

* 📝 (exportModal/index.tsx): remove unnecessary comment about handling error in export flow to improve code readability

* 🐛 (exportModal/index.tsx): remove unnecessary filePath variable and simplify logic for exporting flows
💡 (exportModal/index.tsx): refactor code to improve readability and remove redundant code for exporting flows
2025-07-09 12:57:02 +00:00
Cristhian Zanforlin Lousa
88803e31d2
refactor: Extract single file download logic to custom hook (#8944)
 (use-custom-handle-bulk-files-download.ts): add custom hook to handle bulk files download functionality
 (use-custom-handle-single-file-download.ts): add custom hook to handle single file download functionality
🔧 (index.tsx): fix import path for use-custom-handle-bulk-files-download hook in filesPage
🔧 (index.tsx): fix import path for use-custom-handle-single-file-download hook in filesContextMenuComponent

Co-authored-by: Carlos Coelho <80289056+carlosrcoelho@users.noreply.github.com>
2025-07-08 23:32:10 +00:00
Cristhian Zanforlin Lousa
f390d3a4e9
fix: Improve modal layout responsiveness and overflow handling (#8936)
 (switch-case-size.ts): Update modal sizes for better user experience and consistency
 (index.tsx, TemplateGetStartedCardComponent): Adjust styles for better layout and responsiveness
 (index.tsx): Improve modal layout and scrolling behavior for better usability
2025-07-08 23:12:16 +00:00
Cristhian Zanforlin Lousa
fc729cd7b5
feat: Add dynamic theming support to WatsonxAI icon (#8935)
*  (WatsonxAI.jsx): Add support for dynamic fill color based on isdark prop value
📝 (index.tsx): Import useDarkStore hook and pass isdark prop to SvgWatsonxAI component

*  (WatsonxAI.jsx): Remove unnecessary console.log statement
♻️ (index.tsx): Remove unnecessary console.log statement
2025-07-08 22:28:06 +00:00
Gabriel Luiz Freitas Almeida
24db0cdc73 fix: remove crewai dependency and add import guards in crewai components (#8923) 2025-07-08 09:59:46 -03:00