UI Previewer Button for Git Projects
Do you work on a Git project, but get notified that there is a new pull request on GitHub? Do you want to go through the new stuff but want to know more about it first?
You can use UI Previewer Button to provide the answer to both these questions. It will let you access a preview URL of a new or updated feature so you can get a preview of how it works. This means you won't need to look through all the changes to check for any breaking changes.
The preview button will also work with your CI tool. If your build succeeds, the preview button will let you view the content of the pull request. However, if the build has failed, you'll get an error, and the button won't work. This is intended for CI tooling and provides an easier way to review changes before merging them.