about summary refs log tree commit diff
path: root/src/state/models/feed-view.ts
Commit message (Expand)AuthorAgeFilesLines
* 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 feed...Paul Frazee2022-07-201-20/+101
* Replace mobx-state-tree with mobx and get a basic home feed renderingPaul Frazee2022-07-191-0/+98