torque-pro-assistant - v1.0.0
    Preparing search index...
    interface OfflineBannerProps {
        attempts: number;
        onDismiss: () => void;
        onRetry: () => void;
        testId?: string;
    }
    Index

    Properties

    attempts: number

    Failure count, capped at the design's 10 max.

    onDismiss: () => void

    Caller hides the banner without reconnecting — sticky until the next outage.

    onRetry: () => void

    Caller forces an immediate ping + resets the counter.

    testId?: string