feat(frontend): add back button in top bar (in-app navigation)

This commit is contained in:
SaidSoighiri94
2026-07-06 11:37:25 +02:00
parent 97faf3e9ee
commit 97a1ad9e84
2 changed files with 44 additions and 4 deletions
+2 -1
View File
@@ -41,10 +41,11 @@ class HomeScreen extends StatelessWidget {
clipBehavior: Clip.antiAlias,
child: Column(
children: [
const EnsupTopBar(
EnsupTopBar(
campusTag: "Paris · Ensitech",
userName: "Lucas Martin",
userInitials: "LM",
onBack: () => Navigator.of(context).pop(),
),
Expanded(
child: SingleChildScrollView(