Files
SubMiner/stats
sudacode 8ac0d41d78 fix(stats): respect prefers-reduced-motion in the delete indicator
The delete indicator's sweeping bar and spinner loop forever, which is
exactly the motion prefers-reduced-motion exists to suppress.

Shortening the duration the way the overlay does for its one-shot
notification animations would speed a looping animation up instead of
removing it, so the looping rules stop outright and hold a static busy
state: the bar fills its track rather than sitting off-screen at its
start transform, and the toast text carries the meaning.
2026-07-28 18:20:11 -07:00
..