Appearance
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
userStatushub subscription. - Call / message actions dispatch to the contacts feature.
- Favourite toggle updates via the contacts service.