twodayslate / claw

A lobste.rs Reader
https://apps.apple.com/us/app/id1531645542
Other
35 stars 1 forks source link

Don't load every story in feed #30

Closed twodayslate closed 3 years ago

twodayslate commented 3 years ago

StoryFetcher is called for every story in a feed cause SwiftUI reasons... load should only be called when the story is opened.

Is there a way to pre-load some stories? Like perhaps only load the first 10 stories, after that don't preload.

Related #28

twodayslate commented 3 years ago

Implemented in 1.1.7