bleakgrey / tootle

GTK-based Mastodon client for Linux
GNU General Public License v3.0
400 stars 61 forks source link

MainWindow: Transition fix and cleanup fix #263

Closed Kekun closed 4 years ago

Kekun commented 4 years ago

The fixes the semantics of the transition by forbidding swiping forward (there should be nowhere to swipe to!) and by using the over transition type.

This also cleanly cleans the unneeded views up, dropping a timeout hack and making it work even when swiping back.