Viktorani API - v0.0.8
    Preparing search index...

    Function loadBuzzesForQuestion

    • Load existing buzz events for a question from IndexedDB.

      Parameters

      • questionId: string

        The question whose buzz history to load.

      Returns Promise<BuzzEvent[]>

      Array of BuzzEvent records sorted by timestamp.

      Call this when the current question changes to hydrate useBuzzer's local state. Results are sorted by timestamp ascending so the display order matches arrival order.