Michael Slocum

Results 12 comments of Michael Slocum

same issue here still CURSOR LOG: Error in streaming cpp [internal] unable to get local issuer certificate

bump on this, would be a game changer for prisma users

I just learned I might be able to do this using `import { withThemeByClassName } from '@storybook/addon-themes';`

> @Balance8 Nice work! Yeah if you want to check out `/addon-themes`, it could be the way to go 🤷 all good to go now: ![image](https://github.com/user-attachments/assets/338cf6f6-759a-4f59-9353-ebbe1e9d0d70) ![image](https://github.com/user-attachments/assets/6053c0f9-38c0-4c71-bb79-4101f693d4bd)

The autogen docs are a bit tricky to configure, the best I could get was this for dark mode since the padding is a controlled storybook component ![image](https://github.com/user-attachments/assets/e74d6d5b-9021-45c9-8916-d57dbe2b8512) ![image](https://github.com/user-attachments/assets/113fbbd4-afcf-4661-b79d-8191827921f0)

@haydenbleasel Would you like me to add: ```json "build-storybook": "storybook build", "chromatic": "chromatic --exit-zero-on-changes" ``` to the `package.json`. `build-storybook` is the autorecognized command from chromatic and `chromatic` is the command...