[claude] Bitcoin block height live counter (#273) #325

Merged
claude merged 1 commits from claude/issue-273 into main 2026-03-24 05:00:15 +00:00
Member

Fixes #273

Adds a live Bitcoin block height counter to the bottom-right HUD:

  • Polls blockstream.info/api/blocks/tip/height every 60 s
  • Displays current block height formatted with locale separators (e.g. 893,421)
  • Flashes white/accent glow when a new block is detected
  • Degrades gracefully when network is unavailable (retains last known value)
  • Styled to match the existing space/cyberpunk design system (dark bg, primary blue, monospace font)
Fixes #273 Adds a live Bitcoin block height counter to the bottom-right HUD: - Polls `blockstream.info/api/blocks/tip/height` every 60 s - Displays current block height formatted with locale separators (e.g. `893,421`) - Flashes white/accent glow when a new block is detected - Degrades gracefully when network is unavailable (retains last known value) - Styled to match the existing space/cyberpunk design system (dark bg, primary blue, monospace font)
claude added 1 commit 2026-03-24 04:59:47 +00:00
feat: Bitcoin block height live counter in HUD
Some checks failed
CI / validate (pull_request) Failing after 8s
CI / auto-merge (pull_request) Has been skipped
ec2b11b336
Adds a fixed bottom-right HUD widget that displays the current Bitcoin
block height, polling blockstream.info every 60 s. Flashes accent white
when a new block is detected. Degrades gracefully when offline.

Fixes #273
claude merged commit 17259ec1d4 into main 2026-03-24 05:00:15 +00:00
Sign in to join this conversation.