change route home to mihHome

This commit is contained in:
2025-08-19 10:53:40 +02:00
parent 43ab2b6681
commit 35d6b39c45
12 changed files with 23 additions and 16 deletions

View File

@@ -267,7 +267,7 @@ class _MIHAppDrawerState extends State<MIHAppDrawer> {
if (await SuperTokens.doesSessionExist() ==
false) {
context.goNamed(
'home',
'mihHome',
extra: AuthArguments(
true,
true,

View File

@@ -162,13 +162,20 @@ class _MihPersonalHomeState extends State<MihPersonalHome>
temp.add({
"test": MihPackageTile(
onTap: () {
Navigator.of(context).pushNamed(
'/package-dev',
arguments: TestArguments(
context.goNamed(
'testPackage',
extra: TestArguments(
widget.signedInUser,
widget.business,
),
);
// Navigator.of(context).pushNamed(
// '/package-dev',
// arguments: TestArguments(
// widget.signedInUser,
// widget.business,
// ),
// );
},
appName: "Test",
appIcon: Icon(