Skip to content

Migrate remaining `icon-inline` classNames to wildcard

Warren Gifford requested to merge contractors/SG-32879 into main

Created by: gitstart-sourcegraph

Description

Applied codemod on codebase to migrate remaining usage of component and ban icon-inline usage on codebase.

Test plan

  • Run app locally on attached preview link
  • Compare the rendered instance of migrated components on branch, with equivalent version on prod.
  • Ensure there are no UI diffs
  • Confirm that you are now unable to use className icon-inline on codebase.

Refs

Implementation Detail

  1. Run Icon codemod tool on the codebase, to migrate the usage of icon-inline classNames to wildcard
  2. Add eslint rule to ban usage of icon-inline className on codebase

Preview App

Frontend App Storybook

Merge request reports

Loading