about summary refs log tree commit diff
path: root/src/state/models/feed-view.ts
Commit message (Collapse)AuthorAgeFilesLines
...
* Add threading to post feedsPaul Frazee2022-11-231-12/+73
|
* Add 'posts & replies' view to profilesPaul Frazee2022-11-221-0/+4
|
* Refactor: create src/lib to reflect actual sharing of that codePaul Frazee2022-11-221-1/+1
|
* Dedup posts in the home TLPaul Frazee2022-11-181-0/+10
|
* Fix loadLatest() on home feedPaul Frazee2022-11-171-1/+1
|
* Poll periodically for new postsPaul Frazee2022-11-171-1/+27
|
* Add post deletionPaul Frazee2022-11-161-0/+8
|
* Reduce jank in refreshesPaul Frazee2022-11-161-0/+3
|
* Fix up/down vote number changesPaul Frazee2022-11-161-10/+18
|
* Switch to using setVote()Paul Frazee2022-11-151-31/+30
|
* Improve error messagesPaul Frazee2022-11-151-3/+4
|
* Fix issue causing double-loads of notificationsPaul Frazee2022-11-141-9/+6
|
* Implement trendingPaul Frazee2022-11-111-0/+2
|
* Implement scene invitation and membership controlsPaul Frazee2022-11-101-2/+7
|
* Finish the upvote/downvote implementationPaul Frazee2022-11-081-13/+42
|
* Update to the latest APIsPaul Frazee2022-11-041-24/+24
|
* Update to latest APIsPaul Frazee2022-10-261-11/+7
|
* Update api nsidsPaul Frazee2022-10-121-4/+4
|
* Add firehose view to home screenPaul Frazee2022-10-041-8/+14
|
* Update to new get*Feed xrpc methodsPaul Frazee2022-10-041-34/+47
|
* Update the view after a post is createdPaul Frazee2022-10-041-0/+46
|
* Fix to auth of mutation opsPaul Frazee2022-10-031-12/+4
|
* Remove debug time delaysPaul Frazee2022-09-301-3/+0
|
* Fix feed pagination on user profilesPaul Frazee2022-09-281-1/+3
|
* Implement unfollow, unlike, unrepostPaul Frazee2022-09-231-4/+8
|
* Replace mock-api with real apiPaul Frazee2022-09-221-50/+49
|
* Rework profile page to include working view selectorPaul Frazee2022-09-061-1/+9
|
* Add notifications viewPaul Frazee2022-07-261-0/+1
|
* Add state updates after screen changesPaul Frazee2022-07-251-28/+106
|
* Implement like and repostPaul Frazee2022-07-221-6/+57
|
* Add profile viewPaul Frazee2022-07-211-1/+7
|
* Add WIP post-thread viewPaul Frazee2022-07-201-7/+4
|
* Update feed component to use flatlist for lazy-loading scrolling; update ↵Paul Frazee2022-07-201-20/+101
| | | | feed-view model to match loading needs
* Replace mobx-state-tree with mobx and get a basic home feed renderingPaul Frazee2022-07-191-0/+98