chore: Follow up create check list UX

This commit is contained in:
Christian Kußowski 2025-06-01 11:31:09 +02:00
commit 5fb882955c
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 29 additions and 21 deletions

View file

@ -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',