SimonHalvdansson / Harmonic-HN

Modern Android client for Hacker News
https://play.google.com/store/apps/details?id=com.simon.harmonichackernews
Apache License 2.0
620 stars 39 forks source link

Add the direction of the vote to the toast #162

Closed flofriday closed 6 months ago

flofriday commented 6 months ago

As jonas-w mentioned in #161 the voting direction (upvote, downvote or vote removing) isn't mentioned in the toast. To give better feedback of the action taken this commit now includes them. Since the information was already available in the method it was quite straight forward to implement it.

Screenshot: Screenshot_20240412_201351

flofriday commented 6 months ago

We could also put emojis into the toast, but I know not everybody is a fan of that. 🤔

SimonHalvdansson commented 6 months ago

This is nice, thanks!