airbnb / Showkase

🔦 Showkase is an annotation-processor based Android library that helps you organize, discover, search and visualize Jetpack Compose UI elements
https://medium.com/airbnb-engineering/introducing-showkase-a-library-to-organize-discover-and-visualize-your-jetpack-compose-elements-d5c34ef01095
Apache License 2.0
2.1k stars 107 forks source link

Skip the style selection screen when just one style is defined #293

Open davidvavra opened 1 year ago

davidvavra commented 1 year ago

We don't have more than one style and when the user wants to see the permutations, it's needed to go to style selection and click on the default style. It's not intuitive and most users don't find the permutations screen unless told where to look for it. Style selection screen doesn't make sense for just one style and it would be better to go to the permutations directly. I think that having just one style is a most common setup.