Skip to content

Commit 9797eba

Browse files
committed
feat(filter): enhance filtering functionality and UI
- Add reusable, searchable multi-select page for filtering - Implement saved feed filters with create, rename, and delete features - Add horizontal filter bar to headlines feed for quick selection - Improve source filter UI with vertical layout and navigation - Fix bug where selecting source type would check all sources - Pre-populate saved filters and settings for new anonymous users in demo - Ensure saved filters are immediately visible on app start - Update Headline Details page with fading scroll effect and new 'Continue Reading' button style - Remove main feed's filter icon from AppBar in favor of new filter bar - Refactor filter logic and remove ambiguous 'isUsingFollowedItems' flag - Add 'Followed' filter for content from followed items - Update existing filters to be using granular controls
1 parent 3f69c21 commit 9797eba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
## 1.4.0 - Next Release
44

5-
5+
- **feat**: created a reusable, searchable multi-select page for filtering
66
- **feat**: add 'Followed' filter to quickly view content from followed items
77
- **feat(demo)**: pre-populate saved filters and settings for new anonymous users
88
- **fix**: ensure saved filters are immediately visible on app start
9+
- **fix**: corrected a bug where selecting a source type would check all sources
910
- **feat**: implement saved feed filters with create, rename, and delete
1011
- **feat**: add horizontal filter bar to the headlines feed for quick selection
1112
- **refactor**: replace monolithic "apply followed items" with granular controls
1213
- **refactor**: simplified filter logic by removing the ambiguous 'isUsingFollowedItems' flag
14+
- **refactor**: improved the source filter UI by replacing horizontal scrolling with a more scalable and user-friendly vertical layout and navigation
1315
- **refactor**: Updated the Headline Details page with a fading scroll effect for metadata chips and a new style for the 'Continue Reading' button. The main feed's filter icon was removed from the AppBar in favor of the new filter bar.
1416

1517
## 1.3.0 - 2025-10-10

0 commit comments

Comments
 (0)