index
:
voidsky
this commit
main
A fork of Bluesky's frontend that respects the user's autonomy
Vika
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
state
/
models
/
feed-view.ts
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Implement account muting
Paul Frazee
2023-01-02
1
-1
/
+0
|
*
Unvendor the api and switch to @atproto/api
Paul Frazee
2022-12-22
1
-7
/
+9
|
*
Update to use new getTimeline, getAuthorFeed, and getPostThread output models
Paul Frazee
2022-12-20
1
-166
/
+113
|
*
Proper fix to the previous panic fix: put threads at the end when they ↵
Paul Frazee
2022-12-20
1
-1
/
+3
|
|
|
|
should be there
*
Fix to error condition that breaks the feed
Paul Frazee
2022-12-20
1
-1
/
+2
|
*
Remove prefetch of feed (it wasnt working)
Paul Frazee
2022-12-19
1
-16
/
+2
|
*
Fix to thread ordering in the feed: correctly identify the starts of threads ↵
Paul Frazee
2022-12-19
1
-2
/
+5
|
|
|
|
when adjacent
*
Improve thread rendering
Paul Frazee
2022-12-18
1
-41
/
+76
|
*
Prefetch feed refreshes to speed up 'load more posts'
Paul Frazee
2022-12-16
1
-4
/
+23
|
*
Improve handling of connection loss
Paul Frazee
2022-12-14
1
-1
/
+1
|
*
Add post embeds (images and external links)
Paul Frazee
2022-12-14
1
-0
/
+2
|
*
Fix: avoid dup keynames in posts feed
Paul Frazee
2022-12-13
1
-4
/
+4
|
*
Fix issue that caused repost & trend data to get lost on feed updates
Paul Frazee
2022-12-13
1
-4
/
+5
|
*
Debug: disable feed reordering to isolate bugs
Paul Frazee
2022-12-13
1
-23
/
+28
|
*
Add avatar images and fix some type signatures
Paul Frazee
2022-12-08
1
-3
/
+5
|
*
Add context to replies when appearing in the feed
Paul Frazee
2022-12-06
1
-34
/
+85
|
*
Fix: never attempt update on 0 items
Paul Frazee
2022-12-05
1
-0
/
+3
|
*
Fix 'load more' showing up incorrectly
Paul Frazee
2022-11-28
1
-5
/
+10
|
*
Include reposts in no-replies view of feeds
Paul Frazee
2022-11-23
1
-1
/
+6
|
*
Fix: Adjust home TL post dedup to ensure polling works correctly
Paul Frazee
2022-11-23
1
-1
/
+2
|
*
Add threading to post feeds
Paul Frazee
2022-11-23
1
-12
/
+73
|
*
Add 'posts & replies' view to profiles
Paul Frazee
2022-11-22
1
-0
/
+4
|
*
Refactor: create src/lib to reflect actual sharing of that code
Paul Frazee
2022-11-22
1
-1
/
+1
|
*
Dedup posts in the home TL
Paul Frazee
2022-11-18
1
-0
/
+10
|
*
Fix loadLatest() on home feed
Paul Frazee
2022-11-17
1
-1
/
+1
|
*
Poll periodically for new posts
Paul Frazee
2022-11-17
1
-1
/
+27
|
*
Add post deletion
Paul Frazee
2022-11-16
1
-0
/
+8
|
*
Reduce jank in refreshes
Paul Frazee
2022-11-16
1
-0
/
+3
|
*
Fix up/down vote number changes
Paul Frazee
2022-11-16
1
-10
/
+18
|
*
Switch to using setVote()
Paul Frazee
2022-11-15
1
-31
/
+30
|
*
Improve error messages
Paul Frazee
2022-11-15
1
-3
/
+4
|
*
Fix issue causing double-loads of notifications
Paul Frazee
2022-11-14
1
-9
/
+6
|
*
Implement trending
Paul Frazee
2022-11-11
1
-0
/
+2
|
*
Implement scene invitation and membership controls
Paul Frazee
2022-11-10
1
-2
/
+7
|
*
Finish the upvote/downvote implementation
Paul Frazee
2022-11-08
1
-13
/
+42
|
*
Update to the latest APIs
Paul Frazee
2022-11-04
1
-24
/
+24
|
*
Update to latest APIs
Paul Frazee
2022-10-26
1
-11
/
+7
|
*
Update api nsids
Paul Frazee
2022-10-12
1
-4
/
+4
|
*
Add firehose view to home screen
Paul Frazee
2022-10-04
1
-8
/
+14
|
*
Update to new get*Feed xrpc methods
Paul Frazee
2022-10-04
1
-34
/
+47
|
*
Update the view after a post is created
Paul Frazee
2022-10-04
1
-0
/
+46
|
*
Fix to auth of mutation ops
Paul Frazee
2022-10-03
1
-12
/
+4
|
*
Remove debug time delays
Paul Frazee
2022-09-30
1
-3
/
+0
|
*
Fix feed pagination on user profiles
Paul Frazee
2022-09-28
1
-1
/
+3
|
*
Implement unfollow, unlike, unrepost
Paul Frazee
2022-09-23
1
-4
/
+8
|
*
Replace mock-api with real api
Paul Frazee
2022-09-22
1
-50
/
+49
|
*
Rework profile page to include working view selector
Paul Frazee
2022-09-06
1
-1
/
+9
|
*
Add notifications view
Paul Frazee
2022-07-26
1
-0
/
+1
|
*
Add state updates after screen changes
Paul Frazee
2022-07-25
1
-28
/
+106
|
*
Implement like and repost
Paul Frazee
2022-07-22
1
-6
/
+57
|
[next]