fix home screen data syncing and caching and add manual sync data button

This commit is contained in:
yaso 2026-06-25 11:58:10 +02:00
parent f19a316be8
commit d42337fc6c
3 changed files with 72 additions and 13 deletions

View file

@ -171,9 +171,7 @@ class MihGoRouter {
path: MihGoRouterPaths.mihHome,
builder: (BuildContext context, GoRouterState state) {
KenLogger.success("MihGoRouter: mihHome");
return MihHome(
key: UniqueKey(),
);
return MihHome();
},
routes: [
// ========================== About MIH ==================================