hicommonwealth / commonwealth

A platform for decentralized communities
https://commonwealth.im
GNU General Public License v3.0
67 stars 44 forks source link

DS - Storybook: Parity with our /components page #3693

Closed zakhap closed 1 year ago

zakhap commented 1 year ago

Description

Design wants to have all the components from our /components page in Storybook.

Addendum: For All Stories, we should be using "Story Controls".

Below are the components we need stories for:

Acceptance Criteria

martins87 commented 1 year ago

@zakhap what about these ones?

martins87 commented 1 year ago

All components listed added to branch daniel.3535.storybook-stories-cwinput-and-cwbutton

To run it:

cd packages/commonwealth/

yarn

yarn storybook
martins87 commented 1 year ago

Components listed below are having the Buffer is not defined error mentioned here

jnaviask commented 1 year ago

@martins87 I will investigate how to fix those components

jnaviask commented 1 year ago

Fixed Toggle and ContentPageCard on your branch. Need to fix Breadcrumps and CoverImageUploader.

jnaviask commented 1 year ago

Fixed breadcrumb. No need to fix CoverImageUploader until we give it a rework.

jnaviask commented 1 year ago

@martins87 please open a PR for storybook.

martins87 commented 1 year ago

@martins87 please open a PR for storybook.

PR updated with master is #3758