Skip to content

Message List

  • File: src/features/chat/MessageList.svelte

Overview

The message thread view for an open chat group. Renders chronological bubbles (mine on the right, others on the left), private-target messages, read states, and a Chat Input for composing. Supports meeting-scoped chat and read-only mode (used by the ledger's Chat Viewer).

Behavior

  • Messages load via getChatMessage / getMeetingMessages (svc) with paging.
  • New messages arrive over the hub (onNewMessage).
  • The read-only flag renders history without an input.

Released under the MIT License.