lap awards: 🥇 PR rows highlighted, 🏆 route lap-best, no awards on partial laps
Build and push images / validate (push) Successful in 2s
Build and push images / build-backend (push) Successful in 5s
Build and push images / build-worker (push) Successful in 5s
Build and push images / build-frontend (push) Successful in 9s

This commit is contained in:
2026-06-16 12:38:29 +01:00
parent a168f594a7
commit c172bbe393
2 changed files with 55 additions and 9 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ export default function ActivityDetailPage() {
{laps && laps.length > 0 && (
<div className="flex-1 min-w-[300px] bg-gray-900 rounded-xl border border-gray-800 p-4">
<h3 className="text-sm font-medium text-gray-300 mb-3">Laps</h3>
<LapTable laps={laps} sportType={activity.sport_type} lapBests={lapBests} />
<LapTable laps={laps} sportType={activity.sport_type} lapBests={lapBests} records={activityRecords} />
</div>
)}
{routeBoard && routeBoard.top?.length > 0 && (