Refactor router

This commit is contained in:
problematicconsumer
2023-11-26 21:59:57 +03:30
parent 829d58a1a2
commit 0c1768e05e
8 changed files with 383 additions and 461 deletions

View File

@@ -90,7 +90,7 @@ class ProfileTile extends HookConsumerWidget {
child: InkWell(
onTap: () {
if (isMain) {
const ProfilesRoute().go(context);
const ProfilesOverviewRoute().go(context);
} else {
if (selectActiveMutation.state.isInProgress) return;
if (profile.active) return;