msfjarvis / compose-lobsters

Claw for Android: Unofficial read-only client for https://lobste.rs, built using Jetpack Compose.
https://play.google.com/store/apps/details?id=dev.msfjarvis.claw.android
MIT License
102 stars 8 forks source link

Refactor UI to always query saved and read state from data layer #641

Closed msfjarvis closed 3 months ago

msfjarvis commented 3 months ago

Attempts at plumbing these in during pagination load haven't led to consistent results so it might be better to just always fetch fresh values when individual posts are being rendered similar to how the comments page fetches the list of read comments.