Skip to content

Migrated the cloudbuild plugin from Material UI (MUI) to Backstage UI#9393

Open
AmbrishRamachandiran wants to merge 2 commits into
backstage:mainfrom
Infosys:cloudbuildmuitobui
Open

Migrated the cloudbuild plugin from Material UI (MUI) to Backstage UI#9393
AmbrishRamachandiran wants to merge 2 commits into
backstage:mainfrom
Infosys:cloudbuildmuitobui

Conversation

@AmbrishRamachandiran

Copy link
Copy Markdown

Summary

Migrates the @backstage-community/plugin-cloudbuild plugin from Material UI (@material-ui/core, @material-ui/icons) to Backstage UI (@backstage/ui) following the MUI-to-BUI migration guide.

Copilot AI review requested due to automatic review settings June 2, 2026 06:58
@AmbrishRamachandiran AmbrishRamachandiran requested a review from a team as a code owner June 2, 2026 06:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Migrates the Cloudbuild plugin UI components from Material UI (MUI) to Backstage UI (BUI), adopting BUI primitives, Remix Icons, and CSS Modules.

Changes:

  • Replaced MUI layout/typography/components with @backstage/ui equivalents and @remixicon/react icons.
  • Introduced CSS Modules using BUI design tokens for component styling.
  • Updated package.json dependencies and added a changeset documenting the migration.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
workspaces/cloudbuild/plugins/cloudbuild/src/components/WorkflowRunsTable/WorkflowRunsTable.tsx Migrates table rendering and actions to BUI components and Remix icons; adds CSS module styling.
workspaces/cloudbuild/plugins/cloudbuild/src/components/WorkflowRunsTable/WorkflowRunsTable.module.css Adds CSS module styles for the table title row/icon using BUI tokens.
workspaces/cloudbuild/plugins/cloudbuild/src/components/WorkflowRunDetails/WorkflowRunDetails.tsx Migrates details view from MUI table components to BUI + HTML table structure with CSS modules.
workspaces/cloudbuild/plugins/cloudbuild/src/components/WorkflowRunDetails/WorkflowRunDetails.module.css Adds CSS module styles for the details layout/table using BUI tokens.
workspaces/cloudbuild/plugins/cloudbuild/src/components/Cards/Cards.tsx Replaces MUI progress/icon styling with BUI Skeleton + Remix icon and CSS module.
workspaces/cloudbuild/plugins/cloudbuild/src/components/Cards/Cards.module.css Adds CSS module style for external link icon alignment.
workspaces/cloudbuild/plugins/cloudbuild/package.json Swaps MUI dependencies for @backstage/ui and @remixicon/react.
workspaces/cloudbuild/.changeset/cloudbuild-mui-to-bui.md Documents the MUI → BUI migration as a patch changeset.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@backstage-goalie

Copy link
Copy Markdown
Contributor

Changed Packages

Package Name Package Path Changeset Bump Current Version
@backstage-community/plugin-cloudbuild workspaces/cloudbuild/plugins/cloudbuild patch v0.23.0

… (BUI)

Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
Copilot AI review requested due to automatic review settings June 2, 2026 08:24

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 8 out of 9 changed files in this pull request and generated 6 comments.

Comment thread workspaces/cloudbuild/plugins/cloudbuild/src/components/Cards/Cards.tsx Outdated
…ve icons

Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
@AmbrishRamachandiran

Copy link
Copy Markdown
Author

@backstage/community-plugins-maintainers @vinzscam please review

@AmbrishRamachandiran

Copy link
Copy Markdown
Author

please review

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants