From 2c825af6899b2bc1a1feebc9e4d50a2989e44e57 Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Thu, 21 May 2026 18:58:46 +0200 Subject: [PATCH] fix: show avatars in calendar/address book sharing menu --- components/settings/share-collection-dialog.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/components/settings/share-collection-dialog.tsx b/components/settings/share-collection-dialog.tsx index e05ea947..7a3b9470 100644 --- a/components/settings/share-collection-dialog.tsx +++ b/components/settings/share-collection-dialog.tsx @@ -3,6 +3,7 @@ import { useEffect, useMemo, useRef, useState } from "react"; import { useTranslations } from "next-intl"; import { Button } from "@/components/ui/button"; +import { Avatar } from "@/components/ui/avatar"; import { X, Loader2, UserPlus, Trash2, Users, ChevronDown } from "lucide-react"; import type { IJMAPClient } from "@/lib/jmap/client-interface"; import type { Principal, CalendarRights, AddressBookRights } from "@/lib/jmap/types"; @@ -230,6 +231,12 @@ export function ShareCollectionDialog({ : detectAddressBookPreset(rights as AddressBookRights); return (