chore: Follow up create check list UX
This commit is contained in:
parent
52ba9468a4
commit
5fb882955c
3 changed files with 29 additions and 21 deletions
|
|
@ -124,18 +124,6 @@ class ChatInputRow extends StatelessWidget {
|
|||
onSelected: controller.onAddPopupMenuButtonSelected,
|
||||
itemBuilder: (BuildContext context) =>
|
||||
<PopupMenuEntry<String>>[
|
||||
PopupMenuItem<String>(
|
||||
value: 'checklist',
|
||||
child: ListTile(
|
||||
leading: CircleAvatar(
|
||||
backgroundColor: theme.colorScheme.onPrimaryContainer,
|
||||
foregroundColor: theme.colorScheme.primaryContainer,
|
||||
child: const Icon(Icons.check_circle_outlined),
|
||||
),
|
||||
title: Text(L10n.of(context).checkList),
|
||||
contentPadding: const EdgeInsets.all(0),
|
||||
),
|
||||
),
|
||||
if (PlatformInfos.isMobile)
|
||||
PopupMenuItem<String>(
|
||||
value: 'location',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue