Skip to content

fix(UI): source transformer node in pipeline#3508

Draft
suryapratap-01 wants to merge 1 commit into
numaproj:mainfrom
suryapratap-01:fix/ui-source-box-sizing-3498
Draft

fix(UI): source transformer node in pipeline#3508
suryapratap-01 wants to merge 1 commit into
numaproj:mainfrom
suryapratap-01:fix/ui-source-box-sizing-3498

Conversation

@suryapratap-01

Copy link
Copy Markdown
Contributor

What this PR does / why we need it

Pipeline source vertices were rendering larger when a source transformer was configured. This keeps source nodes at the standard size and shows the transformer icons inside the same card.

Related issues

Fixes #3498

Testing

  • yarn --cwd ui test --watchAll=false --runTestsByPath src/components/pages/Pipeline/partials/Graph/index.test.tsx
  • yarn --cwd ui lint
  • Manual UI check with pipelines that have source-only and source+transformer vertices

Special notes for reviewers

N.A.

Screenshot 2026-07-06 at 11 14 03 AM

…r container

Branch-Creation-Time: 2026-07-06T05:20:55+0000

Signed-off-by: Surya Singh <suryapratap.personal@gmail.com>
@suryapratap-01 suryapratap-01 requested a review from adarsh0728 July 6, 2026 06:54
@adarsh0728 adarsh0728 changed the title fixing source transformer node css fix: source transformer node in pipeline Jul 6, 2026
@adarsh0728 adarsh0728 changed the title fix: source transformer node in pipeline fix(UI): source transformer node in pipeline Jul 6, 2026
@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.00%. Comparing base (f834af7) to head (95dbe6e).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3508      +/-   ##
==========================================
- Coverage   83.08%   83.00%   -0.08%     
==========================================
  Files         310      310              
  Lines       81395    81403       +8     
==========================================
- Hits        67624    67566      -58     
- Misses      13174    13243      +69     
+ Partials      597      594       -3     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI: Source box dimensions are bigger if transformer is present

1 participant