Skip to content

fix: suppress refresh countdown in quiet mode#35

Merged
riglar merged 1 commit into
devfrom
fix/quiet-suppress-refresh-countdown
Jun 24, 2026
Merged

fix: suppress refresh countdown in quiet mode#35
riglar merged 1 commit into
devfrom
fix/quiet-suppress-refresh-countdown

Conversation

@riglar

@riglar riglar commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Summary

When --quiet is passed, the live results footer no longer renders the next refresh in Ns / refreshing… countdown. Quiet mode is geared at CI, where the per-second countdown is just noise.

The realtime connection indicator (● realtime connected) is still shown in quiet mode for logged-in users.

Changes

  • buildStatusFooter in src/services/results-polling.service.ts now takes a quiet argument and skips the countdown block when set.

Test plan

  • pnpm typecheck passes.

🤖 Generated with Claude Code

When --quiet is passed (geared at CI), the live results footer no longer
renders the "next refresh in Ns" / "refreshing…" countdown. The realtime
connection indicator is still shown.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@claude

claude Bot commented Jun 24, 2026

Copy link
Copy Markdown

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@riglar
riglar merged commit 10eade4 into dev Jun 24, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant