Dimillian / IceCubesApp

A SwiftUI Mastodon client
https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884
GNU Affero General Public License v3.0
5.57k stars 539 forks source link

Collapse posts on tap (Apollo-style) #2153

Open fwcd opened 3 months ago

fwcd commented 3 months ago

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!