Skip to content

Chat List

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

Overview

Lists the user's chat groups (member chats and meeting chats) with their last activity. Selecting a group opens its message list.

Behavior

  • Loads groups via getMyChatGroup (svc).
  • Group rows show name, avatar, and last message/preview.
  • Selecting a group sets the active chat group in the chat store.

Released under the MIT License.