- Shipped
- September 18, 2026 at 3:17 AM UTC
- Author
- Kamo
- Commit
- 314366f
The member card on the settings and admin lists that show people. Each name opens the card on hover, focus or tap; a name that already does something on click keeps that click. - Team members (TeamMemberManager): the name on the members and team-members tabs (row memberId, its avatarUrl painted in the card). The clients tab is mock data, not members: left plain. - An account's members (account/view/[id]/members): each name (memberId), customer-side members included. The hand-drawn avatar is now MemberAvatar at 32px. - Billing owners: each candidate's name (id, which is the member id on both lists it reads). - Billing groups: the manager under "Paid by" (managerMemberId) and every roster name (memberId). The group list's "Paid by <manager>" line (managerMemberId): the name sits inside a translated sentence with no tag to hang it on, so the whole phrase is the trigger. - Platform administrators (AdministratorCard): the name (memberId); the hand-drawn avatar is now MemberAvatar at 48px. An administrator in another organization reads "Not in your organization" unless the viewer is god. - Webinar settings, the type's availability table: each presenter (teamMemberId, a member id). - Phone: a number's owner on Numbers (ownerMemberId; "belongs to" is the trigger, and Fact takes a node now); the assigned member on both extension tables (assignedMemberId), on hover and focus only, so the link to their phone settings keeps its click; each member on Mobile Devices (memberId). - Commission processor: the member on each line of a sent batch (memberId; a voided line stays struck through, which a parent's line-through no longer reaches) and on each withdrawal (memberId). Left plain: the pickers (MemberPickerDialog, the compose line's Autocomplete, the licensee checkboxes, the pick-a-manager button); names inside confirmation sentences, tooltips and toasts; PBX users and voicemail callers, which carry no member id; and RelationshipManager, which lists organizations, not people. PlatformAdminsTab draws its people only through AdministratorCard.