ReVanced / revanced-patches

🧩 Patches for ReVanced
https://revanced.app
GNU General Public License v3.0
2.47k stars 286 forks source link

feat(YouTube - SponsorBlock): Show a toast after successfully voting for a segment #3917

Closed OldManJenkins12 closed 3 hours ago

OldManJenkins12 commented 3 hours ago

Feature description

Revanced would show a toast when the user upvotes/downvotes a segment, confirming that the upvote/downvotes went through, example "Successfully upvoted segment"

Motivation

This is just to make sure you tapped on what you meant to tap, and to make sure the upvote/downvote went through

Acknowledgements

LisoUseInAIKyrios commented 3 hours ago

After voting, the assumption and expectation is the vote was successful recorded. A confirmation is not required.

Adding a toast to confirm is noise and a distraction.

A toast is already shown if the vote API call fails.