Skip to content

Commit c391cfe

Browse files
committed
refactor(filter): remove saved filter management from filter page
Removes the IconButton from the HeadlinesFilterPage's AppBar. This action is part of the strategic relocation of the "Manage Saved Filters" feature to the AccountPage, creating a single, dedicated location for this functionality.
1 parent b7b9b87 commit c391cfe

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/headlines-feed/view/headlines_filter_page.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -274,13 +274,6 @@ class _HeadlinesFilterViewState extends State<_HeadlinesFilterView> {
274274
context.pop();
275275
},
276276
),
277-
// Manage Saved Filters Button
278-
IconButton(
279-
tooltip: l10n.headlinesFilterManageTooltip,
280-
icon: const Icon(Icons.edit_note_outlined),
281-
onPressed: () =>
282-
context.pushNamed(Routes.manageSavedFiltersName),
283-
),
284277
// Apply Filters Button
285278
IconButton(
286279
icon: const Icon(Icons.check),

0 commit comments

Comments
 (0)