Skip to content

Remove "next refresh in" countdown from dashboard headers#23

Merged
metalaureate merged 3 commits into
mainfrom
copilot/remove-next-update-in-element
Apr 8, 2026
Merged

Remove "next refresh in" countdown from dashboard headers#23
metalaureate merged 3 commits into
mainfrom
copilot/remove-next-update-in-element

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 7, 2026

The countdown timer added clutter to the header bar across CLI, web board, and marketing site without providing meaningful value.

Changes

  • src/commands/dashboard.ts: Dropped · next refresh in Xs from the CLI header line; removed the now-unused countdown() function and secsLeft parameter from renderHeaderLines(). Auto-refresh timer logic is untouched.
  • relay/src/index.ts: Removed the countdown <span> from the statusbar HTML, stripped .countdown/.countdown.warn CSS, and collapsed the per-second interval to setInterval(() => location.reload(), 60000).
  • www/app/components.jsx: Removed the countdown segment from the status line; cleaned up unused tick state, useEffect interval, secsLeft, countdown, and REFRESH_WARNING_THRESHOLD.
  • relay/test/relay.test.ts: Dropped the assertion that countdown is present in the HTML; location.reload check retained.

Copilot AI changed the title [WIP] Remove the next update in element from table header Remove "next refresh in" countdown from dashboard headers Apr 7, 2026
Copilot AI requested a review from metalaureate April 7, 2026 20:29
@metalaureate
Copy link
Copy Markdown
Owner

@copilot merge to main

@metalaureate metalaureate marked this pull request as ready for review April 8, 2026 02:00
@metalaureate metalaureate merged commit ac410e7 into main Apr 8, 2026
1 check failed
Copilot stopped work on behalf of metalaureate due to an error April 8, 2026 02:00
@metalaureate metalaureate deleted the copilot/remove-next-update-in-element branch April 8, 2026 02:00
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.

2 participants