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'

贡献者指南