You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(filter): update HeadlinesFilterPage to use new event API
Updates `HeadlinesFilterPage` to align with the changes in the `HeadlinesFeedFiltersApplied` event.
The `savedFilter` parameter has been removed from the `_applyFilter` and `_applyAndExit` methods. The responsibility for determining if a filter is 'custom' or corresponds to a saved one is now fully delegated to the `HeadlinesFeedBloc`, simplifying the UI logic.
0 commit comments