feat: Add show details button to sync items

This commit is contained in:
PartyDonut 2025-07-31 18:41:08 +02:00
parent fefd2d9ad9
commit 0f4f829718
3 changed files with 23 additions and 3 deletions

View file

@ -125,6 +125,10 @@ class AuthGuard extends AutoRouteGuard {
@override
Future<void> onNavigation(NavigationResolver resolver, StackRouter router) async {
if (resolver.route == router.current.route) {
return;
}
if (ref.read(userProvider) != null ||
resolver.routeName == const LoginRoute().routeName ||
resolver.routeName == SplashRoute().routeName) {