chromaui / addon-visual-tests

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

Make notification interactive so that it can show you the changes when you click on it #264

Closed ghengeveld closed 3 months ago

ghengeveld commented 3 months ago

From AP-4228

image (8)

When build completed and I clicked on the toast notification I expected it to take me to the changes. It did nothing and it also blocked the changes button that would actually take you to the changes.

ghengeveld commented 3 months ago

I’m not sure whether this is possible with the current Storybook notification API. I believe it only takes a link which must be a relative URL. I could link it to the first story with changes, but not toggle the Changes filter.

ghengeveld commented 3 months ago

Adding support for duration and onClick to Storybook here.