sk22 / megalodon

Pink modification of the official Mastodon for Android app
https://sk22.github.io/megalodon
GNU General Public License v3.0
550 stars 33 forks source link

Add option to view poll results in absolute numbers #952

Open stella-sf opened 9 months ago

stella-sf commented 9 months ago

Is your feature request related to a problem? Please describe. When I post a poll I am often more interested in the absolute numbers of how many people voted for each option, so I end up having to take out my calculator and multiply the total votes by the percentage given (which thanks to rounding can be inaccurate). Additionally, when I have a poll with multiple options that got the same (rounded) percentage of votes, I would like to be able to see exactly how many people voted for which.

Describe the solution you'd like A button on any poll post, perhaps positioned in the post header like the re-hide media button, that when tapped changes the poll result display from percentages to absolute vote counts and back.

Describe alternatives you've considered Currently, the only method I'm aware of to find this information is by manually querying the Mastodon API myself, which is not ideal.

Additional context Meow.