cp.nvim/lua
Barrett Ruth f59c12a929
fix(race): log initial countdown on start (#356)
## Problem

Starting a race on a contest more than 1 hour away showed no feedback —
`should_notify` only fires at 15-minute intervals, so the first tick
produced no message and the UI appeared frozen during the contest list
fetch.

## Solution

Log the initial countdown immediately after the race timer is set up,
before the first `should_notify` tick fires.
2026-03-06 23:59:56 -05:00
..
cp fix(race): log initial countdown on start (#356) 2026-03-06 23:59:56 -05:00