Thank you once again!
To make UX & styling customizations easier, would it be possible to do the following:
-
Wrap the text nodes in a
span
tag? (e.g. “voted for this”, “N persons voted for this post” etc.) -
Change “N persons voted for this…” to a simpler: “Show/Hide voters” button?
Even better, let the Vote count become a button in charge of showing/hiding the list of voters?
(similar to how “Likes” counter works)
- Not duplicate the voters count (as the vote count already reflects this)?
UPDATE:
4. Toggle “.active” class on “.qa-post button” (if user voted/unvoted), so we can give a better visual feedback (again, similar to the Like button).