-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Tinder-like swiping or fast blocking #20
Comments
Tinder-like swiping seems difficult to add. I'll take a look at the quick block thing, which should be relatively easy to implement. I've added it to the TODO list. |
i mean instead of swiping itself it can be just the quick block and quick response buttons |
Understood, sorry. I'll take a look at the quick block and response buttons. |
A few thoughts for this concept... (Does not rise to the level of request, just tossing out ideas) Perhaps custom options for combinations; Up = Tap & Favorite |
hey @R0rt1z2,
when i did my own hacking of the grindr app i did this which worked very well: in profile view, a long click on the 🚫 button would immediately block (no questions) and move to the next(*) profile. this strategy required minimum interface hacking. (*): next always meant forward unless you had immediately swiped backwards before. i have the habit of starting way down on the grid and swipe backwards, because profiles further away are less known to me. but this is very personal quirk than can be completely ignored. |
I did this for now. It's hard to assign custom behaviors to the 🚫 button since it's a Toolbar item that only supports |
I wonder if it's possible to implement Tinder-like swiping, or at least quick buttons to block or auto-dm prewritten message when browsing people in discovery.
At least quickly blocking people without getting thrown out if discovery and instead skipped to the next user would be very nice.
The text was updated successfully, but these errors were encountered: