Open gitstart-sourcegraph opened 2 years ago
Migration is required to update our code to use the <Input /> Wildcard component. See parent issue for more context.
<Input />
All occurrences of the <input /> element are replaced with the <Input /> Wildcard component.
<input />
Input
variant
size
Affected Packages includes client/web/org client/web/repo client/web/savedSearches client/web/site-admin client/web/user
client/web/org
client/web/repo
client/web/savedSearches
client/web/site-admin
client/web/user
https://github.com/sourcegraph/sourcegraph/issues/33258
Here is the GitStart Ticket for this issue: https://app.gitstart.com/clients/sourcegraph/tickets/SG-35284
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
Input
componentvariant
prop tosize
.Input
codemod created here to speed up the migration.Affected Packages includes
client/web/org
client/web/repo
client/web/savedSearches
client/web/site-admin
client/web/user
Ref
https://github.com/sourcegraph/sourcegraph/issues/33258