about summary refs log tree commit diff
path: root/src/state/models/feed-view.ts
Commit message (Expand)AuthorAgeFilesLines
* Reorganize state models for clarity (#378)Paul Frazee2023-04-031-644/+0
* Lex refactor fixes (#368)Paul Frazee2023-04-021-1/+6
* Lex refactor (#362)Paul Frazee2023-03-311-94/+59
* Feed updates (Closes #344) (#356)Paul Frazee2023-03-221-56/+33
* Filter content by your device's configured languages (#354)Paul Frazee2023-03-221-1/+3
* Fix bug in checking for latestPaul Frazee2023-03-211-6/+1
* A few fixes to ensure threads show up as often as possiblePaul Frazee2023-03-211-1/+0
* Elide long threads in the feed (close #333)Paul Frazee2023-03-211-1/+2
* Add custom feeds selector, rework search, simplify onboarding (#325)Paul Frazee2023-03-191-14/+71
* Refactor feed manipulation and rendering to be more robust (#297)Paul Frazee2023-03-161-229/+125
* Onboarding tweaks (#272)Paul Frazee2023-03-061-26/+31
* Show replies in the main feed if they have 2 or more upvotes (#269)Paul Frazee2023-03-061-1/+2
* New user constants (#260)arcalinea2023-03-031-2/+6
* Remove replies from the home feed (#259)Paul Frazee2023-03-031-16/+31
* New onboarding (#241)Ansh2023-03-021-1/+27
* Merge main into the Web PR (#230)Paul Frazee2023-02-221-165/+178
* Fix: dont dedup reposts that are in threads, as that can cause rendering issu...Paul Frazee2023-01-251-0/+10
* Add a sanity check to avoid bad references, close #77Paul Frazee2023-01-251-1/+4
* Lints some errors and warnings (#76)Aryan Goharzad2023-01-201-1/+1
* Only use cursors supplied by the server (ref #59)Paul Frazee2023-01-201-4/+2
* Remove logPaul Frazee2023-01-181-1/+0
* Handle post deletions by removing from active views (close #37)Paul Frazee2023-01-181-1/+24
* Fix an issue that caused the feed to rearrange on loadmorePaul Frazee2023-01-171-1/+2
* Remove duplicate posts caused by repostsPaul Frazee2023-01-171-1/+17
* Remove scenes (#36)Paul Frazee2023-01-171-9/+1
* Fix: remove duplicates in the TL caused by rendering reply parentsPaul Frazee2023-01-161-0/+25
* Implement validation and proper type detectionPaul Frazee2023-01-031-0/+17
* Fix to feed updatePaul Frazee2023-01-031-1/+1
* Improve error loggingPaul Frazee2023-01-021-6/+9
* Implement logging systemPaul Frazee2023-01-021-1/+0
* 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