ublock list management initial
This commit is contained in:
@@ -83,6 +83,10 @@ part of 'routes.dart';
|
||||
name: 'AddonCollectionRoute',
|
||||
path: 'addon_collection',
|
||||
),
|
||||
TypedGoRoute<UBlockFilterListsRoute>(
|
||||
name: 'UBlockFilterListsRoute',
|
||||
path: 'ublock_filter_lists',
|
||||
),
|
||||
TypedGoRoute<TrackingProtectionExceptionsRoute>(
|
||||
name: 'TrackingProtectionExceptionsRoute',
|
||||
path: 'tracking_protection_exceptions',
|
||||
@@ -218,6 +222,13 @@ class AddonCollectionRoute extends GoRouteData with $AddonCollectionRoute {
|
||||
}
|
||||
}
|
||||
|
||||
class UBlockFilterListsRoute extends GoRouteData with $UBlockFilterListsRoute {
|
||||
@override
|
||||
Widget build(BuildContext context, GoRouterState state) {
|
||||
return const UBlockFilterListsScreen();
|
||||
}
|
||||
}
|
||||
|
||||
class WebEngineHardeningRoute extends GoRouteData
|
||||
with $WebEngineHardeningRoute {
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user