sourcegraph/sourcegraph-public-snapshot

Move `client/web/src/auth/Steps` to `wildcard/components` folder

開放

#25,244 建立於 2021年9月22日

 (8 則留言) (0 個反應) (0 位負責人)Go (1,374 個分叉)auto 404
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

  1. The Steps folder should be moved to client/wildcard/src/components/Steps
  2. Components and hooks defined in the Steps folder should be re-exported in client/wildcard/src/components/index.ts
  3. Components consumers should use yarn workspace imports. e.g., import { useSteps } from '@sourcegraph/wildcard'

貢獻者指南