liftoff-app / liftoff

🐒 A mobile client for lemmy
GNU General Public License v2.0
527 stars 36 forks source link

Swipe to upvote a comment #69

Open mykdavies opened 1 year ago

mykdavies commented 1 year ago

Otherwise known as "Give me my Apollo back". Nice.

Core functionality: Mild swipe left = reply Mild swipe right = upvote

(Extra functionality: Hard swipe left = save post Hard swipe right = downvote)

I think just the first two would be an excellent solution which could be implemented very easily using Dismissible widget. Save is already on the comment, and downvoting shouldn't be encouraged in my opinion.

jordan1776 commented 1 year ago

Reposting this from #59 for visibility:

          > Looks like this works anywhere in the comments too so as currently implemented would rule out implementing #69.

Not exactly, it rules out the apollo style swipe upvotes, but Relay and Sync style swipe interactions (slight pull left for upvote, a little more for downvote, further still for save, even further for reply, with customization in settings for order) are still on the table

Originally posted by @jordan1776 in https://github.com/liftoff-app/liftoff/issues/59#issuecomment-1608264618

Slymeball commented 1 year ago

Seconding this, but make it customizable. I want Infinity's function where any swipe in one direction is an upvote and any swipe in the other is a downvote. I think it just makes more sense.