tuskyapp / Tusky

An Android client for the microblogging server Mastodon
https://tusky.app
GNU General Public License v3.0
2.49k stars 390 forks source link

Swipe to dismiss thread view #3246

Open ehues opened 1 year ago

ehues commented 1 year ago

It would be really helpful if users could swipe to get out of a thread view.

That would be consistent with the slide-in-from-right behaviour of the view.


nikclayton commented 1 year ago

You mean the user would swipe in the direction left-to-right, to dismiss the thread, like hitting the "Back" button?

Lakoja commented 1 year ago

(As further information / related)

There is an option "Enable swipe gesture to switch between tabs" (default is on) which enables this between timelines/tabs.

However, I'm not sure this is in a general sense consistent: In order to open a conversation you cannot swipe right, you have to tap it.

So this would be not "back and forth" - like is possible with the tabs.

ehues commented 1 year ago

@nikclayton Correct - the user would swipe left-to-right to dismiss the Thread view, just like hitting the "Back" button.

ehues commented 1 year ago

@Lakoja

However, I'm not sure this is in a general sense consistent: In order to open a conversation you cannot swipe right, you have to tap it.

When I say "consistent", I mean that the behaviour would be consistent with how the thread view appears. The thread view (at least with my config) appears by sliding in from the right side of the screen. As a user, I would like to be able to push it back in the direction that it came from.