sourcegraph/sourcegraph-public-snapshot
Move `client/web/src/auth/Steps` to `wildcard/components` folder
開放
#25,244 建立於 2021年9月22日
good first issue
倉庫指標
- 星標
- (10,290 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Problem statement
The stepper component is defined in the auth folder. But it's a general component that should live in the Wildcard component library.
Success criteria
- The
Stepsfolder should be moved toclient/wildcard/src/components/Steps - Components and hooks defined in the
Stepsfolder should be re-exported inclient/wildcard/src/components/index.ts - Components consumers should use
yarn workspaceimports. e.g.,import { useSteps } from '@sourcegraph/wildcard'