about summary refs log tree commit diff
path: root/src/state/models/ui/saved-feeds.ts
Commit message (Collapse)AuthorAgeFilesLines
* [APP-705] Metrics revamp pt2 (#896)Ansh2023-06-271-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * export track function from analytics.tsx * fix create account tracking * fix tracking sign in * add custom feed events * fix type errors * refactor create post event * add profile follow & unfollow events * refactor PostsFeedSliceModel into its own file * refactor PostThreadItemModel into its own file * reorganize code a lil bit * refactor post-thread-item to use post-feed-item model under the hood * add post events * add post reply tracking * track custom feed load more * track list subscribe and unsubscribe
* add error handling to updateCache for saved-feeds (#878)Ansh2023-06-141-9/+19
|
* Fixes to feed preference and state sync [APP-678] (#829)Paul Frazee2023-06-011-37/+50
| | | | | | | | | * Remove extraneous custom-feed health check * Fixes to custom feed preference sync * Fix lint * Fix to how preferences are synced to enable membership modifications
* slight performance improvementsAnsh Nanda2023-05-231-0/+4
|
* update pinned feed from custom feed viewAnsh Nanda2023-05-221-2/+8
|
* Fix lintPaul Frazee2023-05-181-1/+0
|
* Update saved feeds to use preferencesPaul Frazee2023-05-181-12/+13
|
* Store/sync pinned feeds on the serverPaul Frazee2023-05-181-146/+80
|
* Improve pinned feed managementPaul Frazee2023-05-171-1/+1
|
* Usability improvements to feedsPaul Frazee2023-05-171-10/+10
|
* Add 'my feeds' tabPaul Frazee2023-05-171-21/+23
|
* Clean up the custom-feed modelPaul Frazee2023-05-171-10/+4
|
* Unify the display name fallback behaviorPaul Frazee2023-05-171-6/+2
|
* Reorganize custom-feed state models and add the missing _reactKey attributePaul Frazee2023-05-171-0/+249