Skip to content

Commit 149e2c0

Browse files
committed
Copy fix
1 parent f969e24 commit 149e2c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.server-changes/runs-table-new-runs-banner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ area: webapp
33
type: feature
44
---
55

6-
Add a "X new runs, click to update" banner to the runs table. Shows on the first page when Live mode is off, polling every 3s for runs newer than the top visible row. Clicking revalidates the loader to bring in the latest runs. Acts as a halfway house between manual refresh and Live mode auto-refresh — the two are mutually exclusive in the UI.
6+
Add a "X new runs" banner to the runs table. Shows on the first page when Live mode is off, polling every 3s for runs newer than the top visible row. Clicking revalidates the loader to bring in the latest runs. Acts as a halfway house between manual refresh and Live mode auto-refresh — the two are mutually exclusive in the UI.

apps/webapp/app/components/runs/v3/RunsLiveControl.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function RunsLiveControl({
4444
tooltip="Load new runs. Click the Live button to enable auto-refresh."
4545
>
4646
<span className="text-text-bright">
47-
{label} new {noun}, click to update
47+
{label} new {noun}
4848
</span>
4949
</Button>
5050
)}

0 commit comments

Comments
 (0)