bluesky-social / social-app

The Bluesky Social application for Web, iOS, and Android
https://bsky.app
MIT License
11.04k stars 1.39k forks source link

Automatically load new posts in feeds #6383

Open xPaw opened 4 hours ago

xPaw commented 4 hours ago

Describe the Feature

There's code to poll for new posts every minute which shows a button to load new posts, but I would like an option to just show new posts as they come so I can simply have bsky open on a second screen.

One solution would be to only load new posts if the page is currently scrolled to the top.

Ideally it would use the firehose instead of polling for updates every minute.

Attachments

No response

Describe Alternatives

No response

Additional Context

No response

SpriterGors commented 4 hours ago

Perhaps have an optional toggle that allows you to choose whether you want the feed to load automatically or not (default) could be interesting, gives the user more agency on how it should operate