commits
Squashed commit of the following:
commit 524473259155da8789c0d0c8105b48f92cc00580
Author: Jared Pereira <jared@awarm.space>
Date: Wed Oct 15 12:18:53 2025 -0400
add sub feed handler for bsky follows feed and ingest api for indexing follows
* started the reader
* pulling in the right data, styling adjustments
* changed styles for pub listing, added stuff to SubscriptionContent
* added empty states and fixed some issues
* moved discover from reader header to nav sidebar
* added comment and quote counts to post listing, cleaned up some other stuff
* fixed little alignment issue thing
* mostly removing console logs
* some pageheader color and spacing fixes as well as getting share button to work in reader
* shenanigans making a silly separator show sometimes and not others
* thing i did that seemed smart was actually dumb, reversing lol
* wip start to paginate followers
* add infinite scrolling feed
* make subscriptions infinite scrolling as well
* use shared idresolver instance
* use compound cursors and fix subscriptions pagination
* fix getting last updated date for pubs
* make handles consistent
* store tab state in search params
* fix compound cursor logic
* remove unread state from reader and text from discover
* make external links a's
---------
Co-authored-by: celine <celine@hyperlink.academy>
It was pointing to https://leaflet.pub/lish/did:plc:fpruhuo22xkm5o7ttr2ktxdo/3m23dstduds2v/lish/createPub for me, which is not what we want.
Fix background color on iOS
* started the reader
* pulling in the right data, styling adjustments
* changed styles for pub listing, added stuff to SubscriptionContent
* added empty states and fixed some issues
* moved discover from reader header to nav sidebar
* added comment and quote counts to post listing, cleaned up some other stuff
* fixed little alignment issue thing
* mostly removing console logs
* some pageheader color and spacing fixes as well as getting share button to work in reader
* shenanigans making a silly separator show sometimes and not others
* thing i did that seemed smart was actually dumb, reversing lol
* wip start to paginate followers
* add infinite scrolling feed
* make subscriptions infinite scrolling as well
* use shared idresolver instance
* use compound cursors and fix subscriptions pagination
* fix getting last updated date for pubs
* make handles consistent
* store tab state in search params
* fix compound cursor logic
* remove unread state from reader and text from discover
* make external links a's
---------
Co-authored-by: celine <celine@hyperlink.academy>