Closed svedova closed 2 years ago
Is your feature request related to a problem? Please describe.
Add a link next to the branch name to redirect the user to the diff page.
Describe the solution you'd like
On the deployments page, a link that brings the user to the commit diff page could be useful to track the changes each deployment did.
For instance, clicking on the link somewhere in the red box:
Should bring the user to a page like this:
We already have the commit sha information, all we need is to build a link like: https://github.com/stormkit-io/www-stormkit-io/commit/6f6050c0ab5bd335b8d84ed550fe001d88ada3d8.
Implemented by https://github.com/stormkit-io/app-stormkit-io/pull/398. Closing issue.
Is your feature request related to a problem? Please describe.
Add a link next to the branch name to redirect the user to the diff page.
Describe the solution you'd like
On the deployments page, a link that brings the user to the commit diff page could be useful to track the changes each deployment did.
For instance, clicking on the link somewhere in the red box:
Should bring the user to a page like this:
We already have the commit sha information, all we need is to build a link like: https://github.com/stormkit-io/www-stormkit-io/commit/6f6050c0ab5bd335b8d84ed550fe001d88ada3d8.