add a todo
This commit is contained in:
parent
2878412573
commit
75be47554f
1 changed files with 5 additions and 1 deletions
|
|
@ -37,7 +37,11 @@ class MemberList extends ConsumerWidget {
|
||||||
),
|
),
|
||||||
...joined.map(
|
...joined.map(
|
||||||
(member) => ListTile(
|
(member) => ListTile(
|
||||||
onTap: () {},
|
onTap: () => showDialog(
|
||||||
|
context: context,
|
||||||
|
builder: (context) =>
|
||||||
|
Dialog(child: Text("TODO: Open member popover")),
|
||||||
|
),
|
||||||
// leading: AvatarOrHash( TODO
|
// leading: AvatarOrHash( TODO
|
||||||
// ref
|
// ref
|
||||||
// .watch(
|
// .watch(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue