about summary refs log tree commit diff
path: root/src/state/models/feeds/posts.ts
Commit message (Expand)AuthorAgeFilesLines
* Refactor feeds to use react-query (#1862)Paul Frazee2023-11-101-429/+0
* Replace all logs with new loggerEric Bailey2023-11-041-4/+5
* Fix other error logs while I'm at itEric Bailey2023-11-041-5/+4
* Improved list and feed errors (#1798)Paul Frazee2023-11-031-7/+51
* Lists updates: curate lists and blocklists (#1689)Paul Frazee2023-11-011-2/+26
* Improve typeahead search with inclusion of followed users (temporary solution...Paul Frazee2023-10-051-1/+1
* Onboarding & feed fixes (#1602)Paul Frazee2023-10-041-1/+5
* Prefilter the mergefeed to ensure a better mix of following and custom feeds ...Paul Frazee2023-09-201-51/+12
* Feed UI update working branch [WIP] (#1420)Paul Frazee2023-09-181-115/+57
* Improvements to feed assembly to avoid possible state issues (#1318)Paul Frazee2023-08-281-1/+12
* defer loading of feeds until visible (#1271)Eric Bailey2023-08-241-1/+1
* Add likes tab (#1227)Eric Bailey2023-08-221-2/+7
* do not thread author media filtered feed (#1253)Eric Bailey2023-08-221-1/+15
* Fix to "Load new posts" showing sometimes when there's nothing new to show (#...Paul Frazee2023-08-161-1/+10
* Adds profile media tab (#1137)Eric Bailey2023-08-101-18/+0
* Perf: switch to stable react keys (#1113)Paul Frazee2023-08-051-6/+1
* Simplify the after-post logic to avoid a UI bug (#1105)Paul Frazee2023-08-041-19/+5
* Use a post and handle-resolution cache to enable quick postthread loading (#1...Paul Frazee2023-08-031-0/+4
* Performance improvement (#937)Paul Frazee2023-07-011-5/+3
* [APP-705] Metrics revamp pt2 (#896)Ansh2023-06-271-10/+13
* Bump @types/react to ^18 and adjust types (#889)Logan Rosen2023-06-221-7/+19
* feat: add home feed preferences settings modal and tunersEric Bailey2023-06-161-1/+13
* More custom-feed behavior fixes [APP-678] (#831)Paul Frazee2023-06-021-37/+12
* Fixes to feed preference and state sync [APP-678] (#829)Paul Frazee2023-06-011-17/+0
* error for custom feed when it is not valid or offlienAnsh Nanda2023-05-251-0/+17
* Add feeds tabPaul Frazee2023-05-251-265/+5
* Fix lintPaul Frazee2023-05-181-1/+0
* Drop the hard-coded what's hot algoPaul Frazee2023-05-181-54/+2
* Merge branch 'main' into custom-algosPaul Frazee2023-05-171-0/+4
|\
| * [APP-635] Mutelists (#601)Paul Frazee2023-05-111-0/+4
* | custom feed screenAnsh Nanda2023-05-151-7/+24
|/
* [APP-549] Language controls for Whats Hot (#563)Paul Frazee2023-05-021-0/+12
* Implement blocks (#554)Paul Frazee2023-04-281-1/+24
* Refactor moderation to apply to accounts, profiles, and posts correctly (#548)Paul Frazee2023-04-271-0/+22
* If adding the user's post when empty, just refresh (#530)Paul Frazee2023-04-241-0/+3
* Rework how recently-created posts are added to the feed (repeat posts issue) ...Paul Frazee2023-04-241-24/+23
* Feed fixes: repeat posts & nonreplies showing up in the wrong place (#516)Paul Frazee2023-04-221-6/+4
* Thread muting [APP-29] (#500)Paul Frazee2023-04-201-0/+19
* Feed and notifs improvements (#498)Paul Frazee2023-04-191-31/+16
* #420: add updateDataOptimistically utility to disallow like counter out of s...Ansh2023-04-191-31/+43
* Fix repost rendering (#405)Paul Frazee2023-04-061-1/+1
* Rework the me.follows cache to reduce network load (#384)Paul Frazee2023-04-031-0/+4
* Improve "Load more" error handling in feeds (#379)Paul Frazee2023-04-031-9/+24
* Reorganize state models for clarity (#378)Paul Frazee2023-04-031-0/+648