merge: squash develop into master (#44 Dashboard Gestionnaire - Structure)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-25 16:37:15 +01:00
co-authored by Cursor
parent 619e39219f
commit fffe8cd202
6 changed files with 98 additions and 22 deletions
@@ -106,6 +106,6 @@ class _AdminDashboardScreenState extends State<AdminDashboardScreen> {
selectedSettingsTabIndex: settingsSubIndex,
);
}
return const AdminUserManagementPanel();
return const UserManagementPanel();
}
}