Wildcard V2: <Panel /> Manual migration
Created by: gitstart-sourcegraph
<Panel />
Wildcard component.
Manual migration required to update our code to use the 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.
Refs
Sourcegraph Issue Gitstart Ticket
Preview App
Implementation
- Update all usage of the
<Resizable />
component to use<Panel />
- Delete the
<Resizable />
component when no longer used. - Rename these files and components from
Panel
toTabbedPanel
to avoid future confusion
Acceptance criteria.
-
All incorrect usage of the previous pattern has been updated to use the Wildcard component
Test plan
- Test on local running app and PR preview app to make sure all functions work well
- Confirm there are no unexpected UI variations.