feat(#142): ouvrir la modale au clic sur les cartes du dashboard admin.
Squash merge develop → master. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -84,6 +84,7 @@ class _EnfantManagementWidgetState extends State<EnfantManagementWidget> {
|
||||
final enfant = filtered[index];
|
||||
return AdminEnfantUserCard.fromEnfant(
|
||||
enfant,
|
||||
onCardTap: () => _openEnfant(enfant),
|
||||
actions: [
|
||||
IconButton(
|
||||
icon: const Icon(Icons.visibility_outlined),
|
||||
|
||||
Reference in New Issue
Block a user