-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
555ab34
commit c2a94d0
Showing
3 changed files
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,20 @@ | ||
## Features | ||
## Changes | ||
|
||
- New notes & reads app shell; | ||
- New notes & reads feeds with feed marketplace; | ||
- Centralized note business logic; | ||
- Profile details revamp; | ||
- Advanced & Simple search UI; | ||
- Media grids; | ||
- Wide layout, Top Zaps and Huge font; | ||
555ab34c Fix feed specs for explore notes and articles | ||
59b8bc15 Fix missing user event stats on article | ||
6a7ce599 Implement article actions on ArticleDetailsScreen | ||
f2fe81ab Refactor Hashtags to Topic (#184) | ||
f6562270 Add onArticleHashtagClick callback to article details | ||
62e29b4a Fix article list item thumbnail size | ||
86fda421 Improve top zaps logic on both note and article thread screens | ||
387c576c Add paddingValues to MediaFeedGrid | ||
eee7e023 Implement explore media tab (#183) | ||
ff7e364f Implement tabs on explore home screen (#182) | ||
9aebae06 Add simple loading indicator to media feed grid | ||
92498077 Implement proper article stats on article details screen | ||
4a0b3c80 Fix enabling/disabling feed on tap while edit mode is on | ||
4ef5c5c4 Fix hard-coded feed spec when restoring default feeds | ||
07c09042 Implement restore default feeds (#178) | ||
6ca342fe Fix wrong size on grid asearch results | ||
094daaad Fix media feed grid jumping on profile details screen | ||
c81dbba2 Implement media feed grid on advanced search (#179) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1 @@ | ||
- New notes & reads app shell; | ||
- New notes & reads feeds with feed marketplace; | ||
- Centralized note business logic; | ||
- Profile details revamp; | ||
- Advanced & Simple search UI; | ||
- Media grids; | ||
- Wide layout, Top Zaps and Huge font; | ||
Explore topics; Explore Media; Restore default feeds; Article Stats; Article Actions; Article Hashtags feeds; |