sourcegraph/sourcegraph-public-snapshot

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

オープン

#25,244 opened on 2021/09/22

 (8 件のコメント) (0 件のリアクション) (0 人の担当者)Go (1,374 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (10,290 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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'

コントリビューターガイド