Skip to content

Contact Box

  • File: src/features/contacts/partials/ContactBox.svelte

Overview

Renders a single contact row in the contacts list: avatar, name/specialty, online presence, favourite, and quick call/message actions. Built on the shared kit (Avatar, Dropdown, IconifyIcon).

Behavior

  • Live online status from the userStatus hub subscription.
  • Call / message actions dispatch to the contacts feature.
  • Favourite toggle updates via the contacts service.

Released under the MIT License.