File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,24 @@ abstract final class Routes {
66
66
// static const settingsNotificationCategoriesName = 'settingsNotificationCategories';
67
67
68
68
// --- Account Sub-Routes (relative to /account) ---
69
- static const accountContentPreferences = 'content-preferences' ;
70
- static const accountContentPreferencesName = 'accountContentPreferences' ;
69
+ static const manageFollowedItems = 'manage-followed-items' ; // Renamed
70
+ static const manageFollowedItemsName = 'manageFollowedItems' ; // Renamed
71
71
static const accountSavedHeadlines = 'saved-headlines' ;
72
72
static const accountSavedHeadlinesName = 'accountSavedHeadlines' ;
73
+
74
+ // --- Manage Followed Items Sub-Routes (relative to /account/manage-followed-items) ---
75
+ static const followedCategoriesList = 'categories' ;
76
+ static const followedCategoriesListName = 'followedCategoriesList' ;
77
+ static const addCategoryToFollow = 'add-category' ;
78
+ static const addCategoryToFollowName = 'addCategoryToFollow' ;
79
+
80
+ static const followedSourcesList = 'sources' ;
81
+ static const followedSourcesListName = 'followedSourcesList' ;
82
+ static const addSourceToFollow = 'add-source' ;
83
+ static const addSourceToFollowName = 'addSourceToFollow' ;
84
+
85
+ static const followedCountriesList = 'countries' ;
86
+ static const followedCountriesListName = 'followedCountriesList' ;
87
+ static const addCountryToFollow = 'add-country' ;
88
+ static const addCountryToFollowName = 'addCountryToFollow' ;
73
89
}
You can’t perform that action at this time.
0 commit comments