chromaui / addon-visual-tests

Visual Tests addon for Storybook
MIT License
31 stars 2 forks source link

Onboarding flow for creating first build #143

Closed weeksling closed 9 months ago

weeksling commented 9 months ago

Adds an onboarding meant to run when a user creates a first build. The logic determining when to show this ui needs to be tweaked, but it builds the flow.

This UI, when shown unexpectedly, is weird because there could be a build but you can't access it because this is over top. This wouldn't be a problem if only used when there were no builds at all, but that might not end up being the case. So there may be other changes needed if we change when/how this is displayed.

This also serves as a base to build the guided onboarding on top of.

https://github.com/chromaui/addon-visual-tests/assets/5882088/8df52869-c951-4932-9dfd-3352760e468c

Followup pr with proceeding guided tour to come.

weeksling commented 9 months ago

Closing in favour of https://github.com/chromaui/addon-visual-tests/pull/144 which includes this and guided tour