diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a63efb..361200b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Patch + +- Made build hash label clickable in BuildProgress component to navigate to build detail page + ## [0.1.0] - 2025-12-10 Initial release diff --git a/components/BuildProgress.tsx b/components/BuildProgress.tsx index 600937f..2033854 100644 --- a/components/BuildProgress.tsx +++ b/components/BuildProgress.tsx @@ -270,7 +270,16 @@ export function BuildProgress({ build, isAdmin = false, onRetry, showActions = t