You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
We have pages in Storybook for alerts and other atomic components. Example: alerts
We also have pages for more complex components. Example: web/batches.
Problem:
Currently, folks have to have the whole dev environment running whan making small changes to the design, which is often inconvenient. Example: https://github.com/sourcegraph/sourcegraph/pull/63356 – Rob had to have the entire stack set up and the DB in a state where he could see the banners.
Solution:
Map out what pages we have, which ones are the main components, what states they have, and create the Storybook pages from them.
Context:
Problem:
Solution:
We currently have these pages:
/cody/manage
/cody/subscription
/cody/manage/subscription/new
/cody/manage/subscription/new?seats=5
/cody/subscription/manage
/cody/team/manage
/cody/manage/subscription/new?addSeats=1
The text was updated successfully, but these errors were encountered: