Np
Can you share a screenshot of the moderation menu you can see as a mod in a community that you moderate
and for communities you don't moderate you can't see the moderation menu right?
Pre 0.0.60, the rules for showing the votes in arrows were -> show scores setting enabled + and if there are downvotes
Now with 0.0.60 Dessalines reworked how the votes are displayed.
Modes (all in header):
They will be configurable once the setting is persisted.
I have proposed to add a Display votes in arrow setting (Old behaviour)
We will see what comes from it.
The biggest performance changes should be from 0.0.56
Due to a compound of factors:
Those factors lead to that we do a lot less recompositions now. Which means that that each frame we do less calculations, "keep the same UI element as before", it is smarter at about detecting elements that stayed the same and should not be recalculated. So each frame is cheaper and it can do thus more per second
In 0.0.60 I have updated the baseline profiles (It ships the app with AOT bindings, instead of which you would get after a week from release on the playstore)
Google does some amazing work, it just takes them a long time. Once this patch lands we should see more optimizations https://issuetracker.google.com/issues/241154852
I also recommend list/small card view, if you prefer the feed to not jump due to images loading in. At some point i'll refactor some infra so that I can Image and post preload feature out. So that it should be able to instantly load those images. But that is quite deep in the backlog.
You mean in card view that it would fully show like a normal image. Hmm, the problem is that most link thumbnails aren't really relevant to the post, for example this post it would show an image of the release page. Which isn't really that relevant as we just want to link to the actual release notes.
x~9~