This is similar to how apps like Apollo, Mlem and other apps with hierarchical comments handle this. In its current state, the PR replaces the focus-on-tap behavior for any indented replies, if desired, I could see a few ways of reconciling the old/current behavior with this though:
Provide a focus action as a separate context menu
Provide a setting for changing the "tap" action (i.e. focus or collapse)
Perhaps we could rename the "Swipe Actions" settings to a more general "Gestures" and put it there?
Fixes #1950
With this PR threads are now collapsed instead of focused when tapped:
https://github.com/user-attachments/assets/6adfdf4f-3928-40f8-9daf-07a83006d31b
This is similar to how apps like Apollo, Mlem and other apps with hierarchical comments handle this. In its current state, the PR replaces the focus-on-tap behavior for any indented replies, if desired, I could see a few ways of reconciling the old/current behavior with this though:
Would love to hear some thoughts!