chucker / Mastonaut

Simple, elegant, and native Mastodon client for Mac.
GNU General Public License v3.0
121 stars 7 forks source link

Swipe gestures #127

Closed chucker closed 1 year ago

chucker commented 1 year ago

Mastoot:

Icon: rectangle.leadinghalf.inset.filled.arrow.leading, rectangle.trailinghalf.inset.filled.arrow.trailing

API: https://developer.apple.com/documentation/appkit/nstableviewdelegate/1532060-tableview

chucker commented 1 year ago

Seems straightforward enough…

(Except it doesn't seem to be documented at all that whatever action you add last becomes the "default" if you keep swiping. That makes sense based on common Apple behavior, but still deserves a mention?)

chucker commented 1 year ago

See #129.

(Note to self: my remark on rectangle.leadinghalf.inset.filled.arrow.leading was for the hypothetical case where we add settings, letting you customize the swipe gestures. I've seen this in some apps. Not doing that for now.)