Skip to content

fix(ui): satisfy prettier lint in DataFlowMatrix and NodeFlowBar - #545

Merged
rapids-bot[bot] merged 1 commit into
rapidsai:mainfrom
9prady9:pr/ui-lint-fix
Aug 7, 2026
Merged

fix(ui): satisfy prettier lint in DataFlowMatrix and NodeFlowBar#545
rapids-bot[bot] merged 1 commit into
rapidsai:mainfrom
9prady9:pr/ui-lint-fix

Conversation

@9prady9

@9prady9 9prady9 commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • format DataFlowMatrix.tsx to satisfy prettier lint
  • format NodeFlowBar.tsx to satisfy prettier lint

Testing

  • pixi run pnpm --dir ui lint

@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: QUIET

Plan: Enterprise

Run ID: 09fed9bf-99f1-4f2e-99a4-5900d3da64fd

📥 Commits

Reviewing files that changed from the base of the PR and between 6f4b9c6 and 8318726.

📒 Files selected for processing (2)
  • ui/packages/@quent/components/src/dag/DataFlowMatrix.tsx
  • ui/packages/@quent/components/src/query-plan/NodeFlowBar.tsx

📝 Walkthrough

Walkthrough

This pull request reformats JSX in DataFlowMatrix.tsx and NodeFlowBar.tsx. It preserves attributes, CSS classes, conditional styling, behavior, and rendered output.

Changes

JSX Formatting

Layer / File(s) Summary
Data flow matrix JSX simplification
ui/packages/@quent/components/src/dag/DataFlowMatrix.tsx
The table header and matrix-cell opening tags use compact single-line formatting.
Node flow bar JSX formatting
ui/packages/@quent/components/src/query-plan/NodeFlowBar.tsx
The flow-bar container and track className expressions use multiline formatting. Rendering behavior is unchanged.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

  • rapidsai/quent#393: This PR reformats JSX in components introduced by the related pull request.
  • rapidsai/quent#534: This PR reformats JSX in components whose styling and behavior were changed by the related pull request.

Suggested labels: non-breaking, ui

Suggested reviewers: johallar, cmatzenbach

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the UI files and the Prettier lint fixes as the main change.
Description check ✅ Passed The description explains the formatting changes and lists the UI lint command used for testing, but it omits several template sections.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@9prady9

9prady9 commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

/merge

@rapids-bot
rapids-bot Bot merged commit 002b2a8 into rapidsai:main Aug 7, 2026
15 checks passed
@9prady9
9prady9 deleted the pr/ui-lint-fix branch August 7, 2026 10:10
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.

2 participants