chromaui / addon-visual-tests

Visual Tests addon for Storybook
MIT License
30 stars 1 forks source link

Refactor UI architecture to avoid repetition #184

Closed ghengeveld closed 5 months ago

ghengeveld commented 5 months ago

Introduces a Screen component that wraps every screen so that we don't need to repeat the footer in every place, among other things. I also fixed some UI bugs that came with Storybook 8's updated component library.

📦 Published PR as canary version: 1.1.5--canary.184.5d57486.0
:sparkles: Test out this PR locally via: ```bash npm install @chromatic-com/storybook@1.1.5--canary.184.5d57486.0 # or yarn add @chromatic-com/storybook@1.1.5--canary.184.5d57486.0 ```