feat(#169): coquille TdB AM 3 colonnes

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-24 12:16:44 +02:00
co-authored by Cursor
parent 2380aa9826
commit 34a516d509
2 changed files with 63 additions and 54 deletions
@@ -183,15 +183,16 @@ class _UserMenu extends StatelessWidget {
title: Text('Profil'),
),
),
const PopupMenuItem(
value: 'search_am',
child: ListTile(
dense: true,
contentPadding: EdgeInsets.zero,
leading: Icon(Icons.search, size: 20),
title: Text('Recherche AM'),
if (onSearchAmTap != null)
const PopupMenuItem(
value: 'search_am',
child: ListTile(
dense: true,
contentPadding: EdgeInsets.zero,
leading: Icon(Icons.search, size: 20),
title: Text('Recherche AM'),
),
),
),
const PopupMenuItem(
value: 'settings',
child: ListTile(