about summary refs log tree commit diff
path: root/src/state/models/feed-view.ts
Commit message (Expand)AuthorAgeFilesLines
* Implement account mutingPaul Frazee2023-01-021-1/+0
* Unvendor the api and switch to @atproto/apiPaul Frazee2022-12-221-7/+9
* Update to use new getTimeline, getAuthorFeed, and getPostThread output modelsPaul Frazee2022-12-201-166/+113
* Proper fix to the previous panic fix: put threads at the end when they should...Paul Frazee2022-12-201-1/+3
* Fix to error condition that breaks the feedPaul Frazee2022-12-201-1/+2
* Remove prefetch of feed (it wasnt working)Paul Frazee2022-12-191-16/+2
* Fix to thread ordering in the feed: correctly identify the starts of threads ...Paul Frazee2022-12-191-2/+5
* Improve thread renderingPaul Frazee2022-12-181-41/+76
* Prefetch feed refreshes to speed up 'load more posts'Paul Frazee2022-12-161-4/+23
* Improve handling of connection lossPaul Frazee2022-12-141-1/+1
* Add post embeds (images and external links)Paul Frazee2022-12-141-0/+2
* Fix: avoid dup keynames in posts feedPaul Frazee2022-12-131-4/+4
* Fix issue that caused repost & trend data to get lost on feed updatesPaul Frazee2022-12-131-4/+5
* Debug: disable feed reordering to isolate bugsPaul Frazee2022-12-131-23/+28
* Add avatar images and fix some type signaturesPaul Frazee2022-12-081-3/+5
* Add context to replies when appearing in the feedPaul Frazee2022-12-061-34/+85
* Fix: never attempt update on 0 itemsPaul Frazee2022-12-051-0/+3
* Fix 'load more' showing up incorrectlyPaul Frazee2022-11-281-5/+10
* Include reposts in no-replies view of feedsPaul Frazee2022-11-231-1/+6
* Fix: Adjust home TL post dedup to ensure polling works correctlyPaul Frazee2022-11-231-1/+2
* 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