24
[Release][v0.1.25] Implementing user requests
(lemmy.world)
Community to discuss Summit, a Lemmy reader for Android.
App (Play Store): https://play.google.com/store/apps/details?id=com.idunnololz.summit
APK: https://github.com/idunnololz/summit-for-lemmy/releases
Patreon: https://patreon.com/SummitforLemmy
Ko-Fi: https://ko-fi.com/summitforlemmy
Website: https://summit.idunnololz.com/
My implementation uses Lemmy's server side logic to hide read posts. Therefore, if "Show read posts" was enabled, the "Hide read" button would do nothing. To avoid user confusion, the "Hide read" button is only shown when "Show read posts" is disabled. After thinking about this a bit more, I think I'm coming to the conclusion that this group of features should all be client sided. This is going to take some time to implement. I'll work on it tomorrow. I'm also in the middle of implementing gesture actions so this will have to wait until I am done with that.
@Alpagu@lemmy.world ^^
Thank you 👏
Yeah, I think it is better to keep this client side let better show read posts option keep working globally and have the client to hide read posts with the FAB button.
I think Connect for Lemmy does something like this (no switch though) without messing with Lemmy's settings.
It has two options, one for mark as read while scroll and the other to hide the read posts but hidden posts does not interfiere with other apps.
Anyway I think it is a big progress to have a button on a FAB already, keep on the good job man!