sourcegraph/client/wildcard
Quinn Slack 4d69b06d4d
remove extraneous Cody onboarding steps (#63373)
- Remove the "personal or work" step
- Remove the "do you want us to call you?" step
- Cleaner design of the Cody dashboard
- Improve some wording
- Remove CodySurveyToast (unused) and user.CompletedPostSignup. These
have not been used in many months. On Amplitude, the relevant events
have no data.

Fix
https://linear.app/sourcegraph/issue/PRIME-375/remove-personal-or-work-survey-signup-step

<img width="2032" alt="image"
src="https://github.com/sourcegraph/sourcegraph/assets/1976/ef100e60-71b5-479b-ac63-2450cdad0220">


## Test plan

n/a
2024-06-24 20:37:39 +00:00
..
src remove extraneous Cody onboarding steps (#63373) 2024-06-24 20:37:39 +00:00
.eslintignore Add PageSelector component and create new Wildcard component library (#19026) 2021-03-17 08:44:51 +00:00
.stylelintrc.json web: integrate @sourcegraph/stylelint-plugin-sourcegraph and ban bootstrap imports (#34956) 2022-05-05 04:27:26 +00:00
BUILD.bazel feat(search/svelte): Support more file icons (#63181) 2024-06-12 15:59:32 +02:00
OWNERS Add @vovakulikov to wildcard OWNERS (#44613) 2022-11-18 15:09:50 -03:00
package.json Remove Wildcard's dependency on @sourcegraph/common (#61781) 2024-04-15 12:26:02 +02:00
README.md fix: update links for dev docs (#62758) 2024-05-17 13:47:34 +02:00
tsconfig.json Remove Wildcard's dependency on @sourcegraph/common (#61781) 2024-04-15 12:26:02 +02:00
vitest.config.ts reapply "switch from jest to vitest for faster, simpler tests (#57886)" (#58145) 2023-11-07 12:00:18 +02:00

Wildcard Component Library

Overview

The Wildcard component library is a collection of design-approved reusable components that are suitable for use within the Sourcegraph codebase.

Folder Structure

  • src/
    • components/ Reusable React components
    • hooks/ Reusable React hooks. Typically utilities or headless components

See Wildcard documentation for more information.