this post was submitted on 25 Jun 2023
33 points (97.1% liked)
Thunder App
2805 readers
1 users here now
An open-source, cross-platform Lemmy client for iOS and Android.
This community is intended to discuss features and feature suggestions for Thunder; as well as friendly, respectful talks about Lemmy in general.
Please use the GitHub repository linked below to submit bug reports, so keeping track of them is easier, and make sure to search first if you already can find an issue for your report.
If there are any developers who would like to contribute, feel free to reach out on GitHub!
General Links
Website: Link
GitHub Repository: Link
Matrix Space: Link
Android Releases
IzzyOnDroid: Link
Google Play: Link
iOS Releases
Apple App Store: Link
TestFlight Beta: Link
Related Communities
Nightly Community: Link
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Curious, how many posts are loaded in a single API call? Jerboa seems to only request 10 which makes scrolling lag as it constantly has to wait for more to load
It requests 15 post everytime at the moment! However, I think a bit more tweaking around there might be possible
For example, maybe loading 10 on the first call so that the initial posts load up faster, and then switch to 15 after the fact. Or, it could load x amount depending on the type of view (maybe less for larger views as it takes up much more of the screen size, and more for compact views so that you see less loading when you scroll down)