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.08k stars 106 forks source link

Improve ShowkaseBrowser codebase and update navigation stack #390

Open vinaygaba opened 1 month ago

vinaygaba commented 1 month ago

The browser side of Showkase was written in ~March 2020 when documentation for Compose was non-existant and best practices weren't documented. A lot of the code did not meet the current standards and was causing breaking behavior when trying to update some libraries. I ended up going down a rabbit hole and decided to fix some of the obvious issues, although I can see some more obvious improvements that I'll do in the future (or would love someone to help and contribute if you are interested).

@airbnb/showkase-maintainers