Skip to content

[SG-35098] Wildcard V2: <Typography /> Manual migration `H2`

Administrator requested to merge contractors/SG-35098 into main

Created by: gitstart-sourcegraph

Description

Manual migration required to update our code to use the Wildcard component. See Wildcard V2 - Planned work for more context

Note: Before doing this, we should check if there is scope for a codemod to automate this migration. If so, the codemod should be implemented and ran before starting work on this issue.

Test Plan

  • Ensure there are no UI changes on both storybook and application

Ref

Parent Issue SG Issue GitStart Issue

Acceptance criteria

  • All incorrect usage of the previous pattern has been updated to use the Wildcard component

Time estimate

  • Pull requests with ~450 lines changed should take 2-3 hours at maximum. Ping the reviewer in the spec pull request if time-consuming changes are required.
  • Split the work into multiple pull requests if the total diff is bigger than 450 lines of code.

Implementation Detail

  • Migrate all usage of native h2 element on codebase to wildcard's Typography.H2

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading