add a todo

This commit is contained in:
Henry Hiles 2026-01-30 10:02:46 +01:00
commit 75be47554f
No known key found for this signature in database

View file

@ -37,7 +37,11 @@ class MemberList extends ConsumerWidget {
),
...joined.map(
(member) => ListTile(
onTap: () {},
onTap: () => showDialog(
context: context,
builder: (context) =>
Dialog(child: Text("TODO: Open member popover")),
),
// leading: AvatarOrHash( TODO
// ref
// .watch(