Add Supa account and search changes
This commit is contained in:
@@ -96,6 +96,10 @@ part of 'routes.dart';
|
||||
path: 'custom_tracking_protection',
|
||||
),
|
||||
TypedGoRoute<ErrorLogsRoute>(name: 'ErrorLogsRoute', path: 'error_logs'),
|
||||
TypedGoRoute<AccountSettingsRoute>(
|
||||
name: 'AccountSettingsRoute',
|
||||
path: 'account',
|
||||
),
|
||||
TypedGoRoute<SyncSettingsRoute>(name: 'SyncSettingsRoute', path: 'sync'),
|
||||
TypedGoRoute<UrlCleanerSettingsRoute>(
|
||||
name: 'UrlCleanerSettingsRoute',
|
||||
@@ -272,6 +276,13 @@ class CustomTrackingProtectionRoute extends GoRouteData
|
||||
}
|
||||
}
|
||||
|
||||
class AccountSettingsRoute extends GoRouteData with $AccountSettingsRoute {
|
||||
@override
|
||||
Widget build(BuildContext context, GoRouterState state) {
|
||||
return const AccountSettingsScreen();
|
||||
}
|
||||
}
|
||||
|
||||
class SyncSettingsRoute extends GoRouteData with $SyncSettingsRoute {
|
||||
@override
|
||||
Widget build(BuildContext context, GoRouterState state) {
|
||||
|
||||
Reference in New Issue
Block a user