As part of a branch fork that I am working on that was in the old proofofbrain fork of Ecency and then back ported into today's Ecency, I'll be adding these features:
show whether a post was self-voted, how its reward will be split, and when to display what the reward limit is.
Sometimes it is interesting to some to see whether the user has self-voted a post. Whether they are powering up 100% or whether they have limited their payout to some small value.
These are set in the site wide defaults file:
"showSelfVote": true, "showRewardSplit": true, "lowRewardThreshold": 1000000000
For example, if you set lowRewardThreshold to 1000, it wont show unless the post is restricted to 1000 HBD or to some other lower value.
It seems that some people would rather not see all of this data. I like it. It shows me more information. I suppose some people say less is more. So, there could be a way to disable them.