torque-pro-assistant - v1.0.0
    Preparing search index...
    • Bottom-right toast stack — subscribes to the global utils/toast queue and renders up to MAX_VISIBLE newest entries. When the queue is empty, returns null (no wrapper, no chrome) so the host doesn't intercept clicks on whatever sits underneath.

      Pure UI: every state-changing call (success / error / dismiss / clear) goes through the imperative toast API exported from utils/toast. Nothing in the React tree owns the queue.

      Parameters

      Returns Element | null

      The toast stack React element, or null.