Skip to content

Commit ff34b54

Browse files
committed
Remove commit summary cards
1 parent 5e8c987 commit ff34b54

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

apps/web/src/pages/CommitDetailPage.tsx

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -63,32 +63,6 @@ export const CommitDetailPage = ({
6363
</div>
6464
</section>
6565

66-
<section className="summaryGrid">
67-
<div className="summaryCard">
68-
<span className="summaryLabel">Commit</span>
69-
<strong className="monoText">{shortSha(commit.commitSha)}</strong>
70-
<span className="summaryMeta breakText">{commit.commitTitle ?? commit.commitSha}</span>
71-
</div>
72-
<div className="summaryCard">
73-
<span className="summaryLabel">Selected process time</span>
74-
<strong>{formatDurationMs(commit.executionCost.selectedProcessDurationMs)}</strong>
75-
<span className="summaryMeta">Used for the converged duration map</span>
76-
</div>
77-
<div className="summaryCard">
78-
<span className="summaryLabel">Execution cost</span>
79-
<strong>{formatDurationMs(commit.executionCost.totalExecutionDurationMs)}</strong>
80-
<span className="summaryMeta">
81-
{commit.executionCost.processRunCount} process runs across{" "}
82-
{commit.executionCost.runCount} attempts
83-
</span>
84-
</div>
85-
<div className="summaryCard">
86-
<span className="summaryLabel">Current health</span>
87-
<strong>{commit.status}</strong>
88-
<span className="summaryMeta">Selected from the latest evidence per process</span>
89-
</div>
90-
</section>
91-
9266
<section className="panel">
9367
<header className="panelHeader">
9468
<div>

0 commit comments

Comments
 (0)