//! Spinner animation constants for the dashboard.
/// Braille spinner frames for subtle loading animation
pubconstSPINNER_FRAMES:&[char]=&['⠋','⠙','⠹','⠸','⠼','⠴','⠦','⠧','⠇','⠏'];/// Number of spinner frames (used by event loop to wrap frame counter)
pubconstSPINNER_FRAME_COUNT:u8=SPINNER_FRAMES.len()asu8;