Skip to content

[SG-35283]: Wildcard V2: Apply <Input /> Codemod `auth` `components` `extensions` `marketing` `notebooks`

Administrator requested to merge contractors/SG-35283 into main

Created by: gitstart-sourcegraph

Problem statement

Migration is required to update our code to use the <Input /> Wildcard component. See parent issue for more context.

Success criteria

All occurrences of the <input /> element are replaced with the <Input /> Wildcard component.

Implementation details

  • Rename the Input component variant prop to size.
  • Use the Input codemod created here to speed up the migration.

Refs

Sourcegraph Issue Gitstart Ticket

Affected Packages includes

  • client/web/src/auth
  • client/web/src/components
  • client/web/src/extensions
  • client/web/src/marketing
  • client/web/src/notebooks

Test Plan

  • All <input/> elements from the mentioned folders are migrated to <Input/> wildcard component.
  • No UI diff available

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading